In a jQuery handler, return false is shorthand for calling both preventDefault() and stopPropagation(). Most code that uses it only wanted the first — stopping the link from…
jQuery 1.7 replaces bind(), live() and delegate() with a single method. Whether on() binds directly or delegates is decided by one thing: whether a selector was passed as…