1.1.3.1
click here to add a description
click here to add a homepage
jQuery JavaScript Library — Read more
Tagging the 1.1.3.1 release.
Overflow revert was completely borked when you animated multiple properties (like in .show() or .hide()) (see bug #1343).
Added fix for broken child selectors in XML documents, bug #1346.
Added a fix for bug #1331, which caused Safari 1.3 to crash.
Fixed bug that prevented $= from working on elements that didn't have the specified attribute.
The browser.version check was causing browsers with undetected useragents to die. This, at least, makes it fail gracefully.
fix opacity issues in IE
Tagging the 1.1.3 release.
Did some minor tidying up.
Simplified some of the IE styleFloat/cssFloat code.
Added support for min and speed to the 'all' build.
Added the Speed Test Suite. Can be made by doing 'make speed'.
Fix for #1322
Fix for #1231
Who am I kidding |= is useless.
Added minor support for |= and ~= selectors.
Added fix for :nth-child(n).
Added fix for broken :only-child.
Calling jQuery() with apply would break things (namely in the SlickSpeed test suite).
Disabling Ajax tests for now - too many timeouts.
Added extra last-child test.
Added massive speed improvements to selectors. Also added support for :nth-child(An+B) syntax.
Forgot to change the number of tests.
Disabled the test until after 1.1.3 (when we have time to deal with it). (Bug #975)
Fix for #1187, #1278 and #1279
Added a fix for easing problems (fall back to "linear" if swing doesn't exist) (bug #1212).
Normal hide/show toggling was broken, this fixes it (#1219).
Fix for #1214, #1216, #1234 (problem with animations). In a nutshell, the callback needs to occur even if the animation does not run.
use jquery for dblclick handler to access event.target
Fixed an issue with JSON data in packed scripts. (Bug #1298)