Hacker News new | ask | show | jobs
by rplnt 4057 days ago
Right of the bat their example puts me off. I mean.. come on.

    self.$popup = $('#' + containerId).addClass('pop-up').mouseout(def():
        self.hide()
    )