aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* 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-141-4/+14
* 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-151-0/+52
* 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
* unit tests for setting cellspacing, rowspan, and colspanBrandon Aaron2009-05-161-1/+10
* opacity is now retrieved from stylesheet in IE. fixes #3981Brandon Aaron2009-05-141-1/+5
* another unit test for index methodBrandon Aaron2009-05-071-1/+2
* .bind() now accepts an optional thisObject as the last argument which is used...Brandon Aaron2009-05-071-1/+32
* fix for #4234. hover can take one function to use for both enter and leave.Brandon Aaron2009-05-061-0/+18
* unit tests for using jQuery events on non-dom elements. fixes #3439. thanks m...Brandon Aaron2009-05-041-0/+21
* fix :hidden selector that was accidentally reverted in previous commit, also ...Brandon Aaron2009-05-041-1/+2
* testrunner: Updating an orphaned testAriel Flesler2009-05-031-1/+1
* jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat...Ariel Flesler2009-05-031-7/+13
* make sure toggleClass does not delete classNames when forcefully removing cla...Brandon Aaron2009-05-021-8/+14
* toggleClass can now toggle multiple classNames (space seperated list) and tog...Brandon Aaron2009-05-021-17/+46
* actually should be 6330, not 6329Brandon Aaron2009-05-021-1/+1
* index now works in reverse when passed a selector or undefined. fixes #3971Brandon Aaron2009-05-021-21/+31
* fix global event triggering that i broke in r6323Brandon Aaron2009-05-011-124/+124
* live event handlers now receive data from trigger, fixes #4532, thanks nbubnaBrandon Aaron2009-04-301-1/+5
* refactor specialAll into add and remove hooks for existing special events, li...Brandon Aaron2009-04-301-1/+4
* enable test for binding events cross-frame that was fixed in r6316Brandon Aaron2009-04-291-9/+5
* .unbind() without any arguments now also unbinds namespaced events. fixes #46...Brandon Aaron2009-04-291-2/+7
* fix for #4216. css now ignores negative numbers for width and height when pas...Brandon Aaron2009-04-221-1/+7
* Added explicit module names to the new unit tests.John Resig2009-04-204-3/+11
* Unified the formatting of core.js. === or !== are used wherever appropriate, ...John Resig2009-03-311-1/+1
* moving dimension related unit tests to dimensions test moduleBrandon Aaron2009-03-222-56/+56
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-223-84/+83