aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Made it so that you can set the text value of elements to numbers (in additio...John Resig2007-07-201-1/+1
* The isTimeout fix from #970 was causing unintended status bugs (fixed). This ...John Resig2007-07-201-9/+14
* Fix for #1402Brandon Aaron2007-07-201-2/+2
* Made the error message equal to "timeout", if the request timed out. (Bug #970)John Resig2007-07-201-3/+3
* IE doesn't like doing attaching the mergeNum property to XML documents, so fo...John Resig2007-07-201-5/+9
* display block was being set on top/left animation, when they shouldn't be.John Resig2007-07-151-1/+4
* Fix for IE firing document ready too soon (Bug #1320).John Resig2007-07-121-1/+1
* Got some XHR tests to run, still some hanging threads (need to investigate). ...John Resig2007-07-091-31/+31
* Tweaked some of the tests, added in events and fx tests.John Resig2007-07-092-11/+6
* Added a number of fixes: Tag name case-sensitivity, text escaping, opacity se...John Resig2007-07-081-4/+4
* Added basic support for IFrames, disabled a test which we don't take into acc...John Resig2007-07-081-6/+3
* Making the test suite a little more XML-compliant.John Resig2007-07-081-2/+2
* Final fix for Safari crasher (bug #1331).John Resig2007-07-061-1/+1
* Fix for Safari 1.3 crash (bug #1331).John Resig2007-07-051-1/+1
* commit annother trivial comment fix to reduce my local changesetsEd Engelhardt2007-07-051-1/+1
* fix little typo in commentEd Engelhardt2007-07-051-1/+1
* Overflow revert was completely borked when you animated multiple properties (...John Resig2007-07-051-13/+16
* Added fix for broken child selectors in XML documents, bug #1346.John Resig2007-07-051-2/+2
* Added a fix for bug #1331, which caused Safari 1.3 to crash.John Resig2007-07-041-1/+1
* Fixed bug that prevented $= from working on elements that didn't have the spe...John Resig2007-07-041-1/+1
* The browser.version check was causing browsers with undetected useragents to ...John Resig2007-07-031-1/+1
* fix opacity issues in IEBrandon Aaron2007-07-021-9/+10
* Did some minor tidying up.John Resig2007-06-301-6/+5
* Simplified some of the IE styleFloat/cssFloat code.John Resig2007-06-301-4/+6
* Fix for #1322Brandon Aaron2007-06-291-3/+3
* Fix for #1231Brandon Aaron2007-06-291-1/+1
* Who am I kidding |= is useless.John Resig2007-06-291-2/+2
* Added minor support for |= and ~= selectors.John Resig2007-06-291-2/+2
* Added fix for :nth-child(n).John Resig2007-06-291-1/+1
* Added fix for broken :only-child.John Resig2007-06-291-1/+1
* Calling jQuery() with apply would break things (namely in the SlickSpeed test...John Resig2007-06-291-1/+1
* Added extra last-child test.John Resig2007-06-291-1/+2
* Added massive speed improvements to selectors. Also added support for :nth-ch...John Resig2007-06-292-94/+134
* Forgot to change the number of tests.John Resig2007-06-261-1/+1
* Disabled the test until after 1.1.3 (when we have time to deal with it). (Bug...John Resig2007-06-261-2/+3
* Fix for #1187, #1278 and #1279Brandon Aaron2007-06-211-3/+4
* Added a fix for easing problems (fall back to "linear" if swing doesn't exist...John Resig2007-06-211-2/+2
* Normal hide/show toggling was broken, this fixes it (#1219).John Resig2007-06-211-3/+7
* Fix for #1214, #1216, #1234 (problem with animations). In a nutshell, the cal...John Resig2007-06-211-6/+5
* Fixed an issue with JSON data in packed scripts. (Bug #1298)John Resig2007-06-161-1/+1
* Adding test for #1182Brandon Aaron2007-05-311-1/+3
* Fix for #1185Brandon Aaron2007-05-311-7/+12
* Fix for #923, #1136 and #1233Brandon Aaron2007-05-311-2/+8
* Use .one() when doing a .bind() with an "unload" event type (#1242)Brandon Aaron2007-05-311-1/+4
* Fix event.which (#1217)Brandon Aaron2007-05-301-46/+37
* Clean up in jQuery.event.add for assigning a handler.guidBrandon Aaron2007-05-231-7/+4
* Rolling back Rev 1892Brandon Aaron2007-05-232-5/+2
* remove an unused variable and its assignment in the 'map' methodEd Engelhardt2007-05-221-1/+1
* remove a little superfluous blank which confused my eye the second time nowEd Engelhardt2007-05-221-1/+1
* In r1576 on 2007-03-24 the merge() method was split into merge() andEd Engelhardt2007-05-221-13/+17