1.4
click here to add a description
click here to add a homepage
We only care that some of the html return value is escaped, not necessarily all of it (as is the case in Safari 3.x).
Make sure no exception is thrown if no event handler is found (which is the case for applets, objects, and embeds).
Make sure that null params aren't traversed. Fixes #5794.
Send data if a DELETE Ajax request is done. Fixes #5752.
Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791.
Fixed typo in logic, also disabled function setters in this case to allow the functions to passthrough and bind.
Make sure that the xhr object still exists after the abort is called.
Make sure that the focusin and focusout easy-bind methods are exposed.
Make sure oldAbort is only called if the xhr object still exists.
Updating the source version to 1.4.
Tagging the 1.4rc1 release.
Simplified some of the logic for handling the ajax aborts, making sure that ajaxStop isn't called twice.
ajaxStop was getting called too many times, separated some of the logic into the abort method itself.
Accidentally removed the init from the Makefile selector build.
Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787.
Bringing some selector tests back from Sizzle.
Merge branch 'master' of github.com:jquery/jquery
Some more touching up of the replaceWith tests.
browser version detection revised for opera >= 10, which was reporting itself as 9.8 due to their new policy
adding extra useragents from trac tickets. correcting opera version
fixed typo in comments
Did some reorganizing of the recently added replaceWith tests.
Make sure we do the malformed JSON check for all both JSON.parse and new Function (this helps to create uniformity between browser implementations of JSON.parse - like where Chrome allows some malformed strings. Thanks to DBJDBJ for the heads-up.
Make sure that wrapInner works on elements that have no contents. Fixes #3552.
Final pass at fixing #5785. Need to make sure that inner-nodes are detached before the remove() occurs (and it should still occur, the nodes are being obliterated.
Made some additional tests for #5785.
Make sure we use detach instead of remove in replaceWith. Fixes #5785.
Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - and immediately deprecating it. Please explicitly use jQuery(document) in your code."
Make sure that submit event is still bound for regular form submit events. Thanks to Mark Gibson for the fix suggestion.
Merge branch 'setterargs'