jQuery split these in 1.6 and the change is still working its way through everyone’s habits, because attr(‘checked’) kept doing roughly the right thing for years. An attribute…
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…