1.1.3a
click here to add a description
click here to add a homepage
Updated the version to 1.1.3a.
Added support for the event object properties relatedTarget, metaKey, which, and charCode. Fixes bug #1204.
Fix for bug #983 (Packed jQuery doesn't have a license at the top of the file.)
Added fixes for bug #1052. Fixes the problems with animation chaining (and problems with toggling). Also, removed toggling from jQuery.fx (it's now handled in .animate() instead).
Fix for #1198
Fix for #921 (IE clones events)
Fix for #1182
Fix for #1169
Fix for #1162
Fix for #1163
Fix for #1167
Clean up in jQuery.event.fix (#1171)
Fix for #1186
Another test commit.
Testing a commit to the new repository.
Added some improvements to how the browser version is determined, based upon the suggestions of 'hobbit' in [1101].
Updated Packer - the current version was working incorrectly.
removing the context and selector properties that I left in jQuery.prototype.init
Rev [1827] broke the two XPath sibling selectors.
We're not adding new selector features in until a new full release. Please discuss features like this in the dev mailing list, and in the bug tracker, before committing code.
This test is expected to fail.
Moving constructor code to jQuery.prototype.init for more flexibility
Changed test count to get the green bar back
TDD. Broken test case, need to fix xpath parser...
Completed test for Rev 1820 (#1044)
Append colgroup and col elements (#1044)
Query now throws no warnings under strict mode in Firefox (ticket #922). In fixing this, revision [1771] was discovered and reverted (no API changes are being added in at this time), and a couple un-functioning test cases were fixed (array comparisions were being done for objects).
Forgot to remove the test cases for XPath [n]. (Ticket #995)
Removed support for the XPath [n] - we weren't doing it right, and it would actually require a lot of code to "do it right" (much more than what the feature is immediately worth). See ticket #995.
Added support for finding elements that have underscores in their name (along with other allowed characters). Fix for ticket #1084.