aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make sure that .width()/.height() don't return NaN also standardize on return...jeresig2010-10-221-2/+2
* Make sure that the correct height/width of the elements is retreived. Fixes #...jeresig2010-10-221-9/+7
* Fix broken selector code from last commit.jeresig2010-10-222-50/+80
* Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thank...jeresig2010-10-222-80/+50
* Make sure that we don't use matchesSelector on XML Documents (same as with qS...jeresig2010-10-221-1/+2
* Make sure that we aren't reading one of the bad expandos. Fixes #7212.jeresig2010-10-221-1/+7
* Be sure to clean up the previous test.jeresig2010-10-221-0/+2
* Make sure that height/width getters work on hidden inputs and disconnected el...jeresig2010-10-221-1/+19
* Adding another test for an issue in Gecko's matchesSelector implementation. F...jeresig2010-10-211-2/+8
* Update number of expected assertions in attribute testsAnton M2010-10-191-2/+2
* Add some more tests to make sure that pulling in data- properties on an eleme...John Resig2010-10-171-3/+11
* fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omgPaul Irish2010-10-172-0/+10
* Make sure that .data() (no args) returns a list of all the data- properties a...John Resig2010-10-171-2/+21
* We removed deleteExpando after 1.4.2, for some reason. This caused problems w...John Resig2010-10-171-1/+6
* Fix the number of change tests and remove textarea tests.jeresig2010-10-141-32/+6
* Testing *, * was unnecessary - especially in slower browsers.jeresig2010-10-141-2/+1
* Don't test inline-block in browsers that don't support it (or an approximatio...jeresig2010-10-141-17/+46
* Use prepend for the focuin test (to avoid making the test suite jump).jeresig2010-10-141-9/+15
* Test visible on inline elements.jeresig2010-10-141-2/+2
* Getting weird results for font size tests across platforms - easier to test s...jeresig2010-10-141-3/+2
* Change font size to 15px in the test to fix a false negative. Thanks @jitter ...jeresig2010-10-131-2/+2
* Make sure that focusin/focusout bubbles in non-IE browsers.Justin Meyer2010-10-131-1/+15
* We want to make sure that we only run the MSIE-specific filter tests if opaci...jeresig2010-10-131-2/+2
* Test CSS test on font size instead of padding.jeresig2010-10-131-2/+2
* IE 9 preserves the case of the Alpha filter - maintain it in the test as well.jeresig2010-10-131-2/+2
* Fix broken Ajax test after recent revert to jQuery.ajax namespace.jeresig2010-10-131-1/+1
* Merge branch 'bug7150' of http://github.com/csnover/jqueryJohn Resig2010-10-121-1/+4
|\
| * Fix patch for #7150, which was not deleting the events object properly on pla...Colin Snover2010-10-121-1/+4
* | Fix some gaps in the handling of event data properties. Thanks to @jitter in ...John Resig2010-10-121-1/+1
* | The child selector-prefix branch doesn't work with selectors that have a larg...John Resig2010-10-121-1/+2
* | Make sure that .find() with multiple direct child selectors is handled correc...John Resig2010-10-121-1/+2
|/
* Use a key name less likely to result in collisions for events on plain JS obj...Colin Snover2010-10-111-1/+1
* Handle some edge cases with binding events to the window object (which is als...John Resig2010-10-111-1/+5
* Add some resize event tests.John Resig2010-10-111-0/+8
* Added some more tests relating to attaching data to a window.John Resig2010-10-111-2/+11
* Merge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141John Resig2010-10-111-0/+30
|\
| * Fix olddisplay was inappropriately set when calling hide on an already hidden...Colin Snover2010-10-111-0/+30
* | Fixed getting styles from disconnected nodes. Fixes #7148.Scott González2010-10-111-1/+3
|/
* Make sure closest works on disconnected DOM nodes. Fixes #7142.John Resig2010-10-111-2/+4
* Disable 304/Not Modified Ajax tests in Opera due to lack of suitable workarou...jeresig2010-10-101-5/+22
* Merge branch 'bug7123' of http://github.com/csnover/jquery into csnover-bug7123John Resig2010-10-091-1/+13
|\
| * Coerce all array values to strings before comparison in val(). Fixes bug #7123.Colin Snover2010-10-081-1/+13
* | Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into csno...John Resig2010-10-094-83/+205
|\ \
| * | Fixed code convention issues. Reduced size of overflow reset code. Fixed brok...Colin Snover2010-10-081-9/+8
| * | Update $.fn.animate to only keep overflow set to hidden after an animation in...Colin Snover2010-10-051-18/+14
| * | IE6 will shrink-wrap elements with layout instead of allowing content to flow...Colin Snover2010-10-052-67/+106
| * | Update $.fn.animate to change display mode only when necessary (inline, non-f...Colin Snover2010-10-054-4/+79
| * | Fix :visible does not work properly when display:none is set directly on an e...Colin Snover2010-10-051-0/+13
| |/
* | Added some more tests to make sure that replaceWith is working correctly. Fol...jeresig2010-10-091-2/+13
* | Make sure null/NaN values aren't set in .css(). Fixes #7116.jeresig2010-10-091-1/+21