aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 se...John Resig2009-01-051-1/+1
* Simplified the XML clone test.John Resig2009-01-051-4/+6
* Simplified the XML selector test (save the result).John Resig2009-01-051-3/+4
* Fixed an issue with how broken selector tests were handled in IE (the excepti...John Resig2009-01-051-2/+2
* Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.John Resig2009-01-053-1/+71
* Forgot to merge in some of the new tests from Sizzle.John Resig2009-01-052-1/+8
* Synced with the Sizzle repository.John Resig2009-01-051-2/+21
* Landed a proper fix for #3255 - which involves doing createElement instead of...John Resig2009-01-031-2/+4
* Fixed an issue that was introduced by [5743] (which didn't have a test case, ...John Resig2009-01-021-0/+12
* jquery event: closes #3772. The extra function on $.event.trigger isn't suppo...Ariel Flesler2009-01-021-38/+1
* Disabled testing of em-defined borders, need to look back into this issue.John Resig2009-01-021-4/+6
* The exact escaping of the text() test isn't important - as long as < is escaped.John Resig2009-01-021-1/+1
* Fixed an issue with .not("#foo, bar") not working correctly, closes #3757.John Resig2008-12-311-1/+5
* jquery event: Ariel Flesler2008-12-311-31/+72
* Made sure that return false works in .live() along with the event object bein...John Resig2008-12-301-1/+15
* jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...Ariel Flesler2008-12-304-111/+161
* jquery event: jQuery.Event can be instantiated without the 'new' keyword.Ariel Flesler2008-12-291-2/+7
* jquery event: Closes #3662. Adds a jQuery.Event class. Makes trigger and fix ...Ariel Flesler2008-12-251-19/+33
* jquery fx: Closes #3219. jQuery.fn.toggle can accept a boolean argument indic...Ariel Flesler2008-12-251-1/+8
* jquery core: Closes #1681. jQuery.fn.toggleClass can accept a boolean argumen...Ariel Flesler2008-12-251-1/+8
* jquery core: Closes #3255. The div used in jQuery.clean is emptied in the end...Ariel Flesler2008-12-251-1/+13
* jquery core: Closes #3641. jQuery.merge stopped looping once a 0 was found.Ariel Flesler2008-12-251-0/+15
* Added a new liveQuery/event delegation hybrid method: .live and .die. Easily ...John Resig2008-12-221-0/+66
* Made sure that the correct event.taget is being used in event bubbling.John Resig2008-12-221-4/+4
* Added support for bubbling triggered events.John Resig2008-12-221-1/+35
* Added support for the new .closest() method (very useful for event delegation).John Resig2008-12-221-0/+8
* Landing the new Sizzle selector engine. There'll need to be some later tweaks...John Resig2008-12-202-36/+72
* Fixed line-ending issue.John Resig2008-12-191-1719/+1719
* Tweaked mis-numbered makeArray test.John Resig2008-12-191-1/+1
* Switched to using DOM Fragments in domManip.John Resig2008-12-191-2/+2
* Added selector path logging (creates a trail that plugins can use).John Resig2008-12-191-0/+58
* Added support for multiple-namespaced events (in bind, trigger, and unbind).John Resig2008-12-191-0/+54
* testrunner: re adding the test for a function within isFunction.Ariel Flesler2008-12-161-3/+1
* new offset method, faster and no more browser detectionBrandon Aaron2008-11-102-2/+35
* core: tests cleanup for compability with qunit updates: stop() now actually a...Jörn Zaefferer2008-10-242-5/+5
* test runner: Commented 2 tests that jam the suite.Ariel Flesler2008-10-211-1/+2
* testrunner: fixing tests that were broken due to recent updates to qunit.Ariel Flesler2008-10-181-15/+14
* A test was using the old / child selector syntax - updating to the new style.John Resig2008-08-211-1/+1
* jquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArra...Ariel Flesler2008-08-121-3/+6
* core/test: replaced local qunit copy with qunit via svn:externals; inlined st...Jörn Zaefferer2008-08-085-461/+18
* core: deleted useless test/fix.htmlJörn Zaefferer2008-08-081-48/+0
* jquery core: closes #2652. val() supports option elements, also simplified th...Ariel Flesler2008-07-233-4/+17
* jquery core: closes #2968. Simplified isFunction, dropping support for DOM me...Ariel Flesler2008-07-231-3/+5
* test runner: adding scriptaculous 1.7.0 for the polluted test runner. It fail...Ariel Flesler2008-07-227-0/+3893
* test runner: optimizing a test for speed.Ariel Flesler2008-07-011-6/+9
* test runner: recloses #3102. Adding one test for $().eq("1")Ariel Flesler2008-07-011-1/+3
* test runner: closes #3048. The text from the tests, is html-escaped.Ariel Flesler2008-06-171-1/+1
* test runner: 2 tests for [5728].Ariel Flesler2008-06-171-1/+5
* ajax tests: Replaced $ with jQuery.Scott González2008-06-054-4/+4
* test runner: adding 2 tests for .val( Number ).Ariel Flesler2008-05-291-5/+11