1.1.1
click here to add a description
click here to add a homepage
Pushing out 1.1.1.
Fixed an issue with child selectors that also have filters.
Added in jQuery.nodeName() to simplify checking nodeName constantly.
Refactored the trigger code a little bit.
You had to have an event bound in order to trigger an event - which is not necessarily the case.
Fixed an issue with child selectors accidentally triggering filter mode.
Fixed doing $.post() without any params.
Fixed this issue: $("<div>foo\nbar</div>");
Removed some extra code that ifFunction deprecated.
Triggered event handlers are only executed once now.
Added new function-testing code that is completely cross-browser compatible.
Quick code optimization in trigger.
Fixed some more nodeName inconsistencies.
Fixed an issue with child selectors and XML documents (nodeName isn't in all-caps, and it was assumed that it was).
Fixed issue with .add()ing individual elements - and with .add()ing form elements (since they report a .length.
Added a fix for an undefined param being passed to a load.
Added a fix for $("#noexist").attr("id") breaking.
Simplified check for XMLHttpRequest (saving a few bytes) and fixed load()-test
prop fix takes also "line-height" into account (see #812)
prop fix takes also "zoom" into account (see #803)
Fix for #806
Reverted optimization to jQuery function, fixing broken jQuery-as-context, added test (fix for #804)
Fixed typoooo.
Improved docs for $.merge, clearly stating that the first argument is altered.
Fix for #812
Fix bug #814.
Enhanced attr(String, Function) to pass through index of current element
Fixed show/hide to return selected objects, not only those that are shown/hidden
Tagged version 1.1 of jQuery.
Fixed two FF JS warnings