aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added full support for easing in all shorthand effects methods (hide, show, t...Karl Swedberg2010-09-222-1/+15
* Make sure the data- number has at least one number in it before passing to is...jeresig2010-09-221-1/+5
* Make sure that non-px values aren't manipulated before input to height/width.John Resig2010-09-211-1/+4
* Use a different workaround for detecting when Opera finds a status 304 page. ...John Resig2010-09-212-0/+13
* Handle some additional data- number edge cases.jeresig2010-09-211-11/+13
* Make sure that the data- import also supports arrays.jeresig2010-09-211-2/+4
* Added in support for basic JSON object parsing of data- attributes.John Resig2010-09-211-2/+4
* Tweaked the data number RegExp some to handle some other edge cases.John Resig2010-09-211-1/+5
* Fixing the problem with data-* based numbers as mention by @jasonwebster in 2...jeresig2010-09-201-1/+3
* Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul...John Resig2010-09-201-0/+68
* jQuery.css() returns a string value - handle this properly in the animation c...John Resig2010-09-171-7/+6
* Fixed some sloppy checks in the effects test suite, makes it more apparent wh...John Resig2010-09-171-5/+8
* Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...jeresig2010-09-162-15/+7
* Removing leftover debug code.jeresig2010-09-141-1/+1
* Making some more adjustments to handle auto CSS properties.John Resig2010-09-131-9/+9
* Make sure that effect tests no longer reference the old CSS methods.jeresig2010-09-091-3/+3
* Merge branch 'master' of github.com:jquery/jquery into csshooksjeresig2010-09-081-2/+2
|\
| * added "#main" ancestor selector to an "Only Child" and "Last Child" test to f...Karl Swedberg2010-09-071-2/+2
* | Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-1/+2
|/
* Fix the order of the element test arguments.John Resig2010-09-021-2/+2
* Tweaked the name unit tests to specify the exact nodes from which to test aga...John Resig2010-09-021-2/+2
* Remove cases of :contains() where quotes are used - not using quotes follows ...John Resig2010-09-021-5/+6
* Add .width() and .height() unit test for empty sets. Fix .height() test that ...Brandon Aaron2010-09-011-3/+9
* Handle two more cases where comments were missing in the test case, in Blackb...John Resig2010-08-271-1/+7
* Added some tweaks to $.type to handle null and undefined. Added a bunch of un...John Resig2010-08-271-0/+23
* Blackberry 4.6 doesn't maintain comment nodes in the DOM, ignore them in our ...John Resig2010-08-261-2/+6
* Fixed mistake with tweaked iframe manipulation test.John Resig2010-08-261-1/+1
* Tweak some more jQuery set results in the manipulation tests. Also fixed the ...John Resig2010-08-261-40/+40
* Tweak more element orders in the manipulation tests. Also differentiate betwe...John Resig2010-08-261-8/+10
* Tweaked manipulation test to ignore order of elements from selector (not impo...John Resig2010-08-261-1/+1
* Tweaked anchor test to work better on Blackberry 4.7.John Resig2010-08-261-1/+2
* Simplifying some of the .val() test code.John Resig2010-08-231-4/+1
* Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe...John Resig2010-08-231-15/+28
* Replace usage of the removed global reset() method with QUnit.reset().jzaefferer2010-07-285-84/+84
* Make sure that .data() events don't bubble, per the discussion in 2e10af143b7...John Resig2010-07-271-1/+7
* Moving jQuery-core specific resets from QUnit to core.jzaefferer2010-07-271-0/+11
* Ticket #6808. Changes data() so on plain objects, it uses a function to conta...InfinitiesLoop2010-07-231-3/+4
* Ticket #6804. Adds a changeData event.InfinitiesLoop2010-07-201-5/+20
* Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123.jeresig2010-06-142-0/+14
* Fix for http://dev.jquery.com/ticket/6451malsup2010-06-151-0/+6
* Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-274-19/+44
|\
| * Mobile WebKit browsers don't support accessing the scroll position of the doc...jeresig2010-03-251-7/+28
| * Need to expose the isLocal change globally as well.jeresig2010-03-241-1/+1
| * Temporarily disable ajax tests when running in TestSwam.jeresig2010-03-241-0/+4
| * Use custom events for testing unbind instead of the, potentially conflicting,...jeresig2010-03-241-11/+11
| * Adjust isPlainObject test to run in an iframe.jeresig2010-03-241-1/+1
* | Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-2312-34/+122
|\|
| * Make sure the offset tests work without a built jQuery file.jeresig2010-03-237-7/+64
| * Update other remote test URLs as well.jeresig2010-03-231-4/+4
| * Strip off filename and query string for JSONP Remote test.jeresig2010-03-231-1/+1