aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed the build/speed testing application to work with current versions of jQ...David Serduke2007-12-055-2255/+5998
* Refactored jQuery.find() such that jQuery.nodeName() is used to test the node...David Serduke2007-12-051-3/+3
* Fixed #1419 where IE failed with .text() on an XML node. This is part of a s...David Serduke2007-12-052-4/+17
* Fixed #1264. If you read the bug there were many proposed changes. As it tu...David Serduke2007-12-054-7/+36
* Added another relative offset testBrandon Aaron2007-12-042-6/+5
* Added visual marker to absolute fixture for offset testingBrandon Aaron2007-12-041-2/+11
* offset now uses clientLeft and clientTop instead of calculating html border i...Brandon Aaron2007-12-041-6/+5
* Beginnings of the offset test suiteBrandon Aaron2007-12-044-0/+136
* Fixed #1763 by checking to see if .createElement() is available on the contex...David Serduke2007-12-042-4/+19
* Fixed #1438 where a filter could be set in IE but not have opacity in it. The...David Serduke2007-12-042-2/+7
* fixed jsdoc for equalsJörn Zaefferer2007-12-041-1/+1
* For fix #1999 changed the RegExp to be non-greedy. Thanks emartin24.David Serduke2007-12-041-1/+1
* Fixed #1999 by replacing the 'no-cache' parameter if it is there instead of j...David Serduke2007-12-042-3/+38
* There was a disabled test in the ajax test suite which said there were too ma...David Serduke2007-12-041-5/+3
* Fixed [1993] although it actually wasn't a bug in the core but rather a misun...David Serduke2007-12-032-21/+53
* Changed version to 1.2.2-pre.John Resig2007-11-301-1/+1
* Added enchancement for #1994 by adding two parameters to .stop() which give a...David Serduke2007-11-303-23/+119
* Fixed a problem with changeset [3841] where a function could no longer be .ex...David Serduke2007-11-302-2/+10
* Removed comments and code related to Safari being unable to do a sync global ...David Serduke2007-11-302-5/+1
* Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ca...David Serduke2007-11-293-1/+15
* Fixed #1450 by returning 1223 as success. Couldn't normalize the status sinc...David Serduke2007-11-291-2/+3
* Back out one of the changes from the previous commit that wasn't necessary to...David Serduke2007-11-282-2/+2
* Fixed #1908 by testing to make sure it isn't null before checking the nodeType.David Serduke2007-11-282-3/+6
* Fixed #1070 by converting all setAttribute() values to a string which is what...David Serduke2007-11-282-2/+11
* Fixed #1701 by passing through the arguments as suggested.David Serduke2007-11-282-3/+7
* Fixed #1714 by adding a default empty string if the value is falsey.David Serduke2007-11-282-2/+4
* Fixed #1599 as Brandon suggested to ignore negative values to width and heigh...David Serduke2007-11-283-3/+16
* Fixed #1942 but running jQuery.css() before jQuery.curCSS(). This way when t...David Serduke2007-11-272-4/+4
* Fixed #1970 by returning true instead of false when the mouse moves over a su...David Serduke2007-11-271-2/+3
* Added a quick shortcut to improve the speed of $(DOMElement) by over 2x.John Resig2007-11-271-1/+7
* Fix for #1933Brandon Aaron2007-11-191-1/+1
* 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