1.1.3
click here to add a description
click here to add a homepage
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)
Removed useless safari workarounds, added rerun-single-test feature: just doubleclick on a single test to execute that one, use browser's back button get back to executing all
Modified min build to include (like pack) the license header, thanks John for the regex
Adding test for #1182
Fix for #1185
Fix for #923, #1136 and #1233
Use .one() when doing a .bind() with an "unload" event type (#1242)
Fix event.which (#1217)