1.1
click here to add a description
click here to add a homepage
jQuery JavaScript Library — Read more
Tagged version 1.1 of jQuery.
Fixed two FF JS warnings
Removed useless and misleading example
Updated testsuite: To prevent crashes in Safari, each test waits for 250 milliseconds before running the next
2006 -> 2007.
Made a slight adjustment to $("expr") to make it faster.
Converted a lot of for loops to use jQuery.each() instead.
Fixed the issues with .text() working incorrectly.
Added back in the .load() fix.
Merged in some wiki fixes into the main docs.
Added a fix, and tests, for appending empty sets of elements/strings.
Added a fix for :nth-child(even/odd).
Added a fix for $("div").filter("*") never ending.
Fixed a few docs
Fix wrong type check in jQuery.prop
Removed a bunch more bytes from the total file size.
Added in jQuery.isFunction().
Touched up the code a little bit, saving some bytes.
Fixed an issue with animated .toggle() not working.
Added a fix for triggered events not being cancellable. (You couldn't return false to stop a .submit(), for example.)
Added minor regexp optimization.
Removed unnecessary uses of typeof undefined.
Fixed that stupid type once more
Added a fix for .append( Number )
API docs: Hacked multiple argument types like "Element|jQuery|String" representation into multiple elements, each with theier own tooltip
Added a fix for .html("") not working correctly.
Fixed .not([]) not working properly.
Fixed missing typo
Going to 1.1b.
Added a fix for $("object *") in IE7.