aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for #1944. Added nodeName and tagName to jQuery.props and tests for maxle...Brandon Aaron2007-11-193-5/+16
* Slightly altered a test that was causing IE7 in some cases to hard crash. Th...David Serduke2007-11-181-2/+2
* Fixed #1074 where .html() was incorrectly changing the selected value of an o...David Serduke2007-11-172-3/+7
* Changed core.js from CRLF to LF eol style to match the rest of the source fil...David Serduke2007-11-171-1325/+1325
* Fix #1907 where the never-ending loop prevention used a coersion comparison w...David Serduke2007-11-172-3/+20
* Fix #1905 bug where in IE the use of RegExp.test() was failing and needed to ...David Serduke2007-11-161-1/+1
* Fixed #1095 bug where radio buttons became unchecked during show(). Also adde...David Serduke2007-11-165-41/+72
* Fix #1827 bug where extra setInterval()s can be called during animation.David Serduke2007-11-161-4/+7
* Fixed #1727 bug where :nth-child() was non-standard with CSS3 plus two minor ...David Serduke2007-11-162-10/+32
* Fixed #1822 bug where queue() didn't always default to type 'fx'.David Serduke2007-11-162-2/+21
* Fix for #1823 bug in animate {queue:false} plus a unit test.David Serduke2007-11-162-1/+25
* Fix for #1925 and removed some unnecessary browser sniffingBrandon Aaron2007-11-141-8/+8
* Fix for #1911Brandon Aaron2007-11-141-4/+5
* Fix for #1893Brandon Aaron2007-11-141-1/+2
* Added a check to make sure a parent node exists in call remove() to avoid err...David Serduke2007-11-051-1/+2
* Spelling mistake.John Resig2007-10-201-1/+1
* Added a fix for .noConflict(true) not reverting properly. Also added unit tes...John Resig2007-10-203-4/+26
* Ok, self[...] was BS, switching to window[...], bug #1748.John Resig2007-10-181-1/+1
* Added a fix for bug #1751, where the options getting overwritten for an anima...John Resig2007-10-181-3/+3
* Fix for bug #1638, where a non-string data could break an Ajax request.John Resig2007-10-181-2/+2
* Fix for bug #1546 where a deep copy was attempted of DOM elements (which isn'...John Resig2007-10-172-5/+6
* Another fix for bug #1584, ajaxStop would not be called for a cross-domain re...John Resig2007-10-171-1/+1
* Added a fix for bug #1698, in which injected scripts were executed out of ord...John Resig2007-10-172-20/+36
* From a suggestion by Diego, moved the jQuery.ready() call outside of the try{...John Resig2007-10-151-16/+12
* Fixed .val(String) for select elements (#1760) [Thanks Sam]Brandon Aaron2007-10-122-2/+5
* Fix for #1779Jörn Zaefferer2007-10-121-1305/+1305
* Fix normalization of pageX and pageY event properties in IE (#1571). Thanks w...Brandon Aaron2007-10-061-2/+2
* Fixes memory leaks relating to events in IE with page unload and with jQuery ...Brandon Aaron2007-10-062-37/+47
* Fix regression in add and append in IE after revision 3463Brandon Aaron2007-10-061-5/+10
* A fix for bug #1443, where globalEval occurred asynchronously in Safari 2, pr...John Resig2007-10-012-10/+21
* Safari 2 was having problems with the syntax used for the ready handling.John Resig2007-10-011-3/+6
* Fixed the attribution for the DOM Ready fix - the previously used changes wer...John Resig2007-09-271-3/+3
* Fix for #1153Brandon Aaron2007-09-271-2/+2
* Converted jQuery to use the new DOM Ready technique (by checking scroll). A s...John Resig2007-09-271-37/+12
* offset: fixes for correct body offsets in safari and mozilla (thanks Wizzud)Brandon Aaron2007-09-261-26/+15
* Completely overhauled the syntax of core - re-worked variable names, formatti...John Resig2007-09-231-423/+575
* Disabled the Ajax tests from running locally.John Resig2007-09-232-55/+57
* offset: added fixed position support and fixed opera issue with borders on ab...Brandon Aaron2007-09-211-8/+31
* offset: do not add borders for table cellsBrandon Aaron2007-09-181-1/+1
* Fixed #1474, setting selectedIndexBrandon Aaron2007-09-181-1/+2
* Use document.compatMode for quirks test in width/height methodBrandon Aaron2007-09-181-1/+1
* Fix width/height to work properly on window/documentBrandon Aaron2007-09-171-2/+13
* remove box global var from offsetBrandon Aaron2007-09-171-1/+1
* Tagging the 1.2.1 release.1.2.1John Resig2007-09-171-1/+1
* Added fix for bug #1567 - uppercase nodeName test in .add().John Resig2007-09-151-1/+1
* Fixed animating to 0% (Bug #1586).John Resig2007-09-151-2/+2
* Forgot the 'var' statement, causing variables to leak. (Bug #1592)John Resig2007-09-151-2/+2
* Added .eq(Number) back in - I'm convinced that it's more useful than the .sli...John Resig2007-09-152-1/+7
* Added a fix for bug #1612, where :contains() was failing on XML documents, in...John Resig2007-09-151-1/+1
* Convert relative animations to use -= and += (instead of just - and +, which ...John Resig2007-09-151-7/+4