aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add in a test for testing the performance of event handling.jeresig2010-02-041-0/+58
* Update benchmark basis file to jQuery 1.3.2.jeresig2010-02-041-1294/+2121
* Reformat benchamrk function.jeresig2010-02-041-1/+9
* Rewrote the live event handling to use the new event logic. Also added in sup...jeresig2010-02-042-91/+152
* Added some more tests for checking the execution order of events (from last n...jeresig2010-02-041-0/+20
* Forgot to land Justin's tests for the event fixes.Justin Meyer2010-02-041-0/+18
* A large refactor of the event handling logic. Data and namespace information ...jeresig2010-02-042-151/+145
* Removed extraneous nodeName check from f95147f465932cb91e1a6aace50c556820ca40...jeresig2010-02-011-1/+1
* Adding in some more replaceWith tests for #5917.Neeraj Singh2010-02-011-1/+11
* Only detach the incoming elements to replaceWith if they're DOM nodes. Fixes ...Noah Sloan2010-02-012-6/+13
* Make sure the resulting className from removeClass is nicely trimmed. Fixes #...jeresig2010-02-012-2/+13
* Fix for problem in IE 8 where deserialized (then reserialized) form markup wa...jeresig2010-02-012-2/+12
* Same problem happens with plain embed elements as well. Follow-up fix to #5904.jeresig2010-02-011-4/+4
* Make sure that injection of object elements continues to work in IE 6. Really...jeresig2010-02-011-2/+4
* Add .delegate() and .undelegate(). An alternative to using .live() which goes...jeresig2010-02-012-38/+433
* The context for 'body' should still be document, in this case.jeresig2010-01-291-1/+2
* Make sure fragment caching is only happening on nodes in the main document. F...jeresig2010-01-291-4/+8
* Skip around inserting a fragment when possible (insert the node directly).jeresig2010-01-281-7/+13
* Landing some minor perf optimization to jQuery().jeresig2010-01-282-5/+13
* Optimize for the case where a fragment-bound element is being injected into o...jeresig2010-01-282-11/+20
* Further optimize the empty/remove/cleanData logic.jeresig2010-01-283-40/+80
* Provide a way to simulate default browser actions. Fixes #5973.jeresig2010-01-282-3/+11
* Add a new build mode to the Makefile that doesn't try to pull from external s...jeresig2010-01-281-0/+1
* Make sure namespaces is always an array, when passed to the remove special. F...jeresig2010-01-281-2/+5
* Make sure that jQuery.data( elem ) always returns a data object, fixes #5971....jeresig2010-01-283-58/+92
* No reason to limit the initial change data store to just radio elements. Fixe...jeresig2010-01-271-4/+1
* Updating the source version to 1.4.2pre.jeresig2010-01-251-1/+1
* Tagging the 1.4.1 release.jeresig2010-01-251-1/+1
* Make sure that the correct context is being passed in for replaceWith(fn). Fi...jeresig2010-01-252-0/+16
* Make work wrapInner(fn) work consistently. Fixes #5799.jeresig2010-01-252-8/+20
* Filtering elements only. Fixed #5920Robert Katic2010-01-261-1/+1
* Provided detailed message for JSON parse errors. Fixes #4435.Mike Alup2010-01-252-4/+8
* Make sure that checked state is cloned properly. Based upon the patch by Mich...Michael Monteleone2010-01-253-5/+41
* Make sure that special.add actually copies over event namespaces and data. Fi...jeresig2010-01-252-0/+43
* Make sure multiple bound events have their namespaces and data maintained. Fi...jeresig2010-01-252-3/+46
* Cleaned up divs that should've been removed after a test run.jeresig2010-01-251-1/+7
* Make sure that it's possible to preventDefault natively-triggered (submit, fo...jeresig2010-01-252-21/+61
* Update the license URL in the header.jeresig2010-01-251-1/+1
* Make sure original context is maintained and not the deep extended one. Fixes...John Resig2010-01-252-1/+22
* Objects with length properties weren't getting serialized properly by jQuery....John Resig2010-01-252-40/+54
* Use alternative technique for triggering an abort, preventing an exception fr...John Resig2010-01-241-5/+2
* Don't set the context in .load() as it stops the global ajax events from firi...John Resig2010-01-242-3/+28
* Make sure that XHTML-style HTML is purified in .html(). Fixes #5845.John Resig2010-01-242-3/+10
* Expose cleanData, make sure that all bound event handlers are properly cleane...jeresig2010-01-232-12/+81
* Added in .height(fn) and .width(fn) support. Fixes #5915.jeresig2010-01-232-22/+63
* Make empty strings (and other non-string values) simply return null from pars...jeresig2010-01-232-10/+34
* Moved add() tests from core to traversing.jeresig2010-01-232-55/+55
* Expose the JSON parsing logic. Fixes #5914.jeresig2010-01-232-17/+23
* Centralize the logic for throwing exceptions. Fixes #5913.jeresig2010-01-233-3/+7
* Make sure that .die() with no args works. Fixes #5789.jeresig2010-01-232-4/+19