1.4.2
click here to add a description
click here to add a homepage
Tagging the 1.4.2 release.
No need to run trim on every class iteration in addClass, thanks for the heads-up Leeoniya.
Adapt the nbsp entity test for Opera (output isn't as important as the fact that it's getting converted.
Found a better detect for deleting an expando, added back in removeAttribute as it does work in IE.
Clean up expando removal code - only try to delete the expando from an element if it's possible.
Make sure that elements that have been removed also have their special events cleaned up. Fixes #6084.
Make sure that mousing over XUL elements results in no trigger of a mouseleave. Fixes #6013.
Make sure that live focus and blur events also bind to the regular events, to handle triggered events. Fixes #6055.
When binding a change directly to a file input just passthrough to the normal bind. A temporary fix for #5997, needs more investigation.
Don't inject style elements using innerHTML as they will go away in IE. Fixes #5977.
Added some tests to test repeated injected of scripts. Was fixed when fixing #5094.
Make sure that we don't try to use a detached node (that was in a fragment) as a fragment in IE. Fixes #5829.
Make sure the fragment isn't used if it's not the same set we're working with. Fixes #6068.
Rename internal .getText to maintain parity between it and the primary .text(). Fixes #6094.
If .attr() is run on no elements undefined should be returned (as should be the case when no attribute is found). Fixes #6012.
Make sure that no extra whitespace is leftover after an addClass. Fixes #6050.
Make sure leading whitespace is trimmed for parseJSON. Fixes #6031.
Make sure that fragments containing options aren't cached.
Remove the need for the internal setArray method, it was only really used by pushStack anyway. Fixes #6003.
Make sure that there are some live events before continuing on.
Make sure that live mouseenter/mouseleave work properly. Fixes #6077.
Make sure that the teardown is called after all the handlers of a type are removed. Fixes #6065.
No reason to expose the temporary _load method.
Ignore potential error codes from Github in doing a clone. Fixes #6049.
Simplify the special change/submit event removal logic, per Scott's suggestion in 5267824aa36f0fcecb944a4daf0b99d6e01460fd.
Updated formatting for the change/submit special event logic. Also switched the function declarations to statements. Thanks to Garrett for the recommendation.
Merge branch 'master' of github.com:jquery/jquery
Fix in logic for handling exclusive namespace testing. Fixes #6048.
Ok, this should actually fix #6041 :)
spelling mistake (insead)