aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make sure that events are cloned for wrap, fixes #2977.John Resig2009-12-081-1/+15
* Check Sizzle or jQuery.John Resig2009-12-071-1/+1
* Only run the visibility selectors if the filter exists.John Resig2009-12-071-0/+2
* Added support for per-property easingJames Padolsey2009-12-071-0/+34
* Added in support for injecting area elements into map elements. Fixes #4484.John Resig2009-12-061-1/+5
* Added in support for $.ajax jsonpCallback (allowing you to specify the name o...John Resig2009-12-061-2/+32
* Merge branch 'master' of git@github.com:jquery/jqueryJohn Resig2009-12-061-1/+3
|\
| * Fix for #4011, crash when two text nodes are appended in IE.Dave Methvin2009-12-061-1/+3
* | Split the queue code out from data.js into a dedicated queue.js file (also sp...John Resig2009-12-063-167/+149
* | Renamed isObjectLiteral to isPlainObject (makes more sense, per the suggestio...John Resig2009-12-061-8/+8
|/
* Make sure that animated show resets the display correctly. Fixes #5130.jeresig2009-12-051-0/+37
* Make sure that the previous element is removed from the page before the next ...jeresig2009-12-051-1/+8
* Made sure that css() in IE handles negative non-px values correctly. Fixes #3...jeresig2009-12-051-1/+4
* Make sure that width or height don't animate to a negative value. Fixes #3881.John Resig2009-12-051-0/+9
* Added a test for bug 1095 for animations (animations don't clear check boxes)Yehuda Katz2009-12-041-0/+15
* Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also...Ben Alman2009-12-041-1/+73
* Added in the .delay() method for delaying the execution of queued functions a...jeresig2009-12-041-0/+15
* Adding in support for bubbling submit and change events, thanks to the patch ...Justin Meyer2009-12-042-8/+254
* Tweaked a CSS test to handle differences in font-size % support in browsers.jeresig2009-12-031-1/+8
* Removed broken hidden/visible test.jeresig2009-12-031-7/+4
* Re-arranged many of the selector tests, breaking them into smaller test group...jeresig2009-12-031-80/+86
* Just restore window.JSON in the getJSON test, don't try to delete the value.jeresig2009-12-031-6/+3
* Added in the new .closest(Array) method, will be used to improve the performa...jeresig2009-12-021-0/+11
* Removed debug statements from manipulation tests, was causing errors in IE.jeresig2009-12-021-4/+0
* Added some isObjectLiteral tests.jeresig2009-12-021-0/+45
* Adding a test that a new option can be selected with val(N)Yehuda Katz2009-12-011-1/+5
* Fix css("opacity") to not clobber other filters in IE. Closes #4707.Yehuda Katz2009-12-011-6/+17
* Switched from using Git Submodules to just doing a straight clone of the QUni...jeresig2009-11-301-0/+0
* Bringing Sizzle and QUnit up to date.jeresig2009-11-301-0/+0
* Use .add() to merge two test groups together for .unwrap().jeresig2009-11-301-1/+1
* Changed the style attribute test to handle hex colors (as that's what Opera r...jeresig2009-11-301-1/+1
* Fixed a problem with animations with a duration of 0 not working properly for...jeresig2009-11-301-13/+18
* Simplified a selector in the .live() tests.jeresig2009-11-301-2/+2
* Tweaked the live test to be a bit simpler.jeresig2009-11-301-3/+5
* Fixed wrap test that was looking for comment values from .text().jeresig2009-11-301-1/+1
* Fixes $.trim for   closes #4980Yehuda Katz2009-11-301-0/+11
* Fixing endlines.Mark Gibson2009-11-257-420/+420
* Corrected RegExp to match event namespaces. Fixes #5303.Robert Katic2009-11-261-0/+4
* Generic jQuery.merge and safer jQuery.makeArray(nodeList).Robert Katic2009-11-261-2/+6
* Added support for .text() on text nodes. Fixes #5525.John Resig2009-11-171-1/+4
* Re-wrote context Ajax test to use an element instead of an object (a more rea...John Resig2009-11-171-1/+1
* Re-adding the QUnit submodule file.John Resig2009-11-171-0/+0
* Hide the .settings file in the gitignore.John Resig2009-11-151-0/+0
* Added test for passing null to .show()Scott Gonzalez2009-11-131-1/+7
* Corrected some minor errors made by me (rkatic) in last commits.Robert Katic2009-11-131-3/+3
* Forgotten to update the number of jQuery.extend related tests.Robert Katic2009-11-121-1/+1
* Made jQuery.extend(true, ...) to extend recursively only 'object literal' val...Robert Katic2009-11-121-3/+7
* Made isObjectLiteral to work correctly with custom objects with empty prototy...Robert Katic2009-11-121-1/+5
* Fixed the case where HTML that contained entities was being inserted as text ...John Resig2009-11-111-1/+7
* Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes...John Resig2009-11-112-1/+16