aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disabled some tests for Opera 10 - a variety of problems with inp...John Resig2009-08-262-2/+7
* Added support for .closest(filter, DOMElement). Fixes #4072.John Resig2009-07-281-1/+7
* Backing out commit #6507 - causes too many problems.John Resig2009-07-281-7/+1
* Added an improvement to quickExpr and some more tests for jQuery('html'). Fix...John Resig2009-07-271-1/+9
* Added an extra documentElement check to isXMLDoc for IE - and added a number ...John Resig2009-07-271-1/+34
* Implemented support for .context limited .closest() calls. Fixes #4072.John Resig2009-07-251-1/+7
* Fix for animating hyphenated CSS properties. Fixes #4156.John Resig2009-07-251-0/+12
* add scrollTop/Left tests and fix for IEBrandon Aaron2009-07-241-2/+21
* Completely disable the flaky fx queue test.John Resig2009-07-211-0/+2
* Exaggerate the times for the localtimeout ajax test.John Resig2009-07-211-1/+1
* Retool the fx test again, making it more apparent which order the queue tests...John Resig2009-07-211-7/+3
* Made a tweak to the fx queue test (was randomly failing in its current incarn...John Resig2009-07-211-1/+1
* Adds detach()Yehuda Katz2009-07-211-34/+56
* Rewrote .offsetParent() to work against the full jQuery set, added tests. Fix...John Resig2009-07-191-1/+26
* removing ambiguous offset tests for now... results are different due to rende...Brandon Aaron2009-07-171-14/+14
* integrated offset tests into main test suite. offset tests now use iframes in...Brandon Aaron2009-07-173-139/+119
* Add test for jQuery(jQueryObj) cloning and simplify new get() codeYehuda Katz2009-07-171-1/+4
* jquery core: Simplifying isEmptyObject() and adding tests.Ariel Flesler2009-07-161-0/+10
* Refactor queueing system to allow auto-dequeuing to use dequeue directly andYehuda Katz2009-07-161-23/+20
* Implemented .data() to get the entire data object. Closes #4284Yehuda Katz2009-07-161-0/+8
* Add a test for index()Yehuda Katz2009-07-161-0/+6
* Unify .not and .filter (resolves #4200).Yehuda Katz2009-07-161-14/+58
* jQuery.extend(true, Object, Object) copies custom objects correctly.Yehuda Katz2009-07-161-2/+12
* jQuery.extend(true, Object, Object) copies objects with length keys correctlyYehuda Katz2009-07-161-1/+7
* Clear some dangling whitespaceYehuda Katz2009-07-161-5/+5
* Add support for .get(-Number) Closes #4188Yehuda Katz2009-07-161-0/+7
* Make toArray an alias for .get(). Closes #3999Yehuda Katz2009-07-161-0/+7
* We only support wrapping the first element around an element (all others are ...John Resig2009-07-141-1/+7
* Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan for...John Resig2009-07-141-1/+6
* Fixed spelling mistake in Ajax tests.John Resig2009-07-141-2/+2
* Fixed the handling of .status == 304 in Opera (it always returns 0). Also sil...John Resig2009-07-143-6/+26
* clearQueue and next should now work with default fx on all browsersYehuda Katz2009-07-131-24/+7
* Uses the more stable font-size as a sentinelYehuda Katz2009-07-131-12/+14
* Test Tweak to normalize the CSS results across browsersYehuda Katz2009-07-131-2/+4
* Updates css() tests to use hex rather than color namesYehuda Katz2009-07-131-2/+2
* Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll and wrapWithin as TODOYehuda Katz2009-07-121-19/+46
* Support for .foo(Function) and testing. TODO: More testsYehuda Katz2009-07-121-74/+148
* Added test for css(String, Function) and css(Object) where values are Functio...Yehuda Katz2009-07-121-0/+62
* Add clearQueue for clearing non-fx queuesYehuda Katz2009-07-121-1/+97
* Added a next() shortcut for queuesYehuda Katz2009-07-121-0/+21
* Fixes regression in .attr(), patch by David Flanagan. Fixes #4884.John Resig2009-07-111-3/+6
* jquery core: Closes #2827. jQuery.each iterates over functionsAriel Flesler2009-06-201-1/+8
* fix for #3533, triggering an event with a colon in the name on a table no lon...Brandon Aaron2009-06-171-1/+9
* Minor tab-spacing tweak.John Resig2009-06-151-1/+1
* Adding support for etags in $.ajax() - and simplified the if-modified-since i...John Resig2009-06-153-0/+83
* Reverting accidental test suite corruption from the Sizzle merge.John Resig2009-05-201-2/+9
* Removed some cases of strict errors.John Resig2009-05-201-9/+2
* Switched to using new Function instead of eval for handling JSON parsing (Fix...John Resig2009-05-201-0/+19
* error case for an ajax testBrandon Aaron2009-05-161-2/+6
* prevent fx test html from showing in IEBrandon Aaron2009-05-161-1/+1