aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added support for .unbind(".test") to unbind all namespaced events on an elem...John Resig2008-02-032-2/+12
* Added $().data(), $().removeData(), and .bind("click!"). .data() and .removeD...John Resig2008-02-033-1/+79
* Updated the years on the licensing.John Resig2008-02-012-2/+2
* Tagging the 1.2.3a release.1.2.3aJohn Resig2008-01-281-1/+1
* Fixed make speed.John Resig2008-01-281-1/+1
* De-eval'd selectors and the various DOM methods (will marginally help our spe...John Resig2008-01-262-57/+52
* Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML ...David Serduke2008-01-232-5/+15
* global replace for @VERSION, fixed #2101Jörn Zaefferer2008-01-201-1/+1
* Fixed #2174 by removing the s.dataType == "json" check for possible cross dom...David Serduke2008-01-172-5/+5
* Updating version number to 1.2.3-preDavid Serduke2008-01-171-1/+1
* Tagging the 1.2.2 release.1.2.2John Resig2008-01-141-1/+1
* Changing end of line from CRLF to just LF like the rest of the source files.David Serduke2008-01-141-1350/+1350
* Discontinued the test for $(form.elements).John Resig2008-01-141-2/+5
* Excluded a couple Ajax tests from running locally.John Resig2008-01-141-1/+8
* Added support for breaking in an object loop (Bug #2111).John Resig2008-01-142-7/+22
* And the rest of the _default change.John Resig2008-01-141-1/+1
* Tweaked the default Accept header to _default.John Resig2008-01-141-1/+1
* Added a check to make sure that .style exists before trying to access it (Bug...John Resig2008-01-141-1/+1
* Fixed default property name for Opera (bug #2159).John Resig2008-01-141-1/+1
* Fixed minor issue with pack build script. (Bug #2101)John Resig2008-01-141-1/+1
* Adding browser UA testsBrandon Aaron2008-01-141-0/+36
* Added a fix for bug #2140. Opera doesn't like concating null or undefined val...John Resig2008-01-141-1/+1
* Just added support for Accept headers in Ajax requests - defaults to the corr...John Resig2008-01-141-1/+14
* reverted change for #2114Jörn Zaefferer2008-01-141-2/+2
* fix for #2114; refactored tests for bind() to highlight failing select-change...Jörn Zaefferer2008-01-142-1364/+1374
* Tweaked comment for isFunction.John Resig2008-01-121-2/+1
* Fixed an edge case in show() where the css says the display should be none. ...David Serduke2008-01-121-0/+3
* Adds support for username and password to $.ajaxYehuda Katz2008-01-071-2/+4
* Test for #2114Jörn Zaefferer2008-01-041-1/+2
* Fixes bug with charCode, bad 'var' and missing semicolonYehuda Katz2007-12-281-3/+3
* Fixed #2084 by added embed to the list of elements where it is ok to have sel...David Serduke2007-12-211-1/+1
* Fixed memory leak in IE with non-native event typesBrandon Aaron2007-12-211-1/+10
* Removed check to prevent event from being fixed twice. Unfortunately, in IE t...Brandon Aaron2007-12-211-7/+0
* Fixed a couple problems found in the test suite. First, IE doesn't like it w...David Serduke2007-12-202-1/+4
* Fixing #2081Brandon Aaron2007-12-201-1/+1
* Removed a unit test that tested to see if queued objects were of a certain ty...David Serduke2007-12-201-6/+0
* Fixed #2080 by removing the check for nodeType != 1. It was put in to limit ...David Serduke2007-12-201-3/+0
* Fixed lite version of jQuery.John Resig2007-12-201-2/+1
* Tagging the 1.2.2b2 release.1.2.2b2John Resig2007-12-201-1/+1
* Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have the...John Resig2007-12-202-2/+7
* Fixed a problem in the unit tests for IE where an optimization made the test ...David Serduke2007-12-201-1/+2
* Changed the $(document).ready() code to try and solve some problems in Safari...David Serduke2007-12-201-8/+39
* added version to all builds; changed current version to 1.2.2-pre - to be upd...Jörn Zaefferer2007-12-1915-741/+70
* offset: make sure there is a parent node to work on while calculating scroll ...Brandon Aaron2007-12-191-1/+1
* offset: make sure border width always gets calculated in pixelsBrandon Aaron2007-12-191-1/+1
* Fixed #2077 by adding a var to make it a local variable instead of initializi...David Serduke2007-12-191-1/+2
* Short-circuit jQuery.event.fix if it has already fixed the current event object.Brandon Aaron2007-12-191-0/+7
* Insure width/height do not return a negative number.Brandon Aaron2007-12-191-1/+1
* Second part of the fix for #2071. An empty string "" was being sent to .bind...David Serduke2007-12-191-1/+1
* Changed CRLF end of lines to just LF. Other than that there were no changes ...David Serduke2007-12-191-536/+536