aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* Only try to wrap the element if it's not disconnected, fixed #3828.John Resig2009-01-121-1/+6
* Fixed an issue with parentNode being accessed in attr() on disconnected DOM e...John Resig2009-01-121-1/+3
* Prevented non-script <script> blocks from executing, fixing #3733.John Resig2009-01-111-1/+5
* .closest() with positional selectors wasn't worked as expected.John Resig2009-01-101-1/+4
* Fixed an issue with script nodes being removed incorrectly, fixes #3737.John Resig2009-01-101-1/+4
* testrunner: Removing every global variable leaked within (and outside) tests....Ariel Flesler2009-01-091-12/+11
* Selector state wasn't being passed along on a cloned jQuery object.John Resig2009-01-081-1/+6
* Fixed tabindex normalization so that elements that natively support tabbing, ...Scott González2009-01-071-8/+8
* 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
* Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.John Resig2009-01-051-0/+56
* Forgot to merge in some of the new tests from Sizzle.John Resig2009-01-051-1/+1
* Landed a proper fix for #3255 - which involves doing createElement instead of...John Resig2009-01-031-2/+4
* 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 data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...Ariel Flesler2008-12-301-94/+0
* 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 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-201-14/+27
* 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
* testrunner: re adding the test for a function within isFunction.Ariel Flesler2008-12-161-3/+1
* testrunner: fixing tests that were broken due to recent updates to qunit.Ariel Flesler2008-10-181-15/+14
* jquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArra...Ariel Flesler2008-08-121-3/+6
* jquery core: closes #2652. val() supports option elements, also simplified th...Ariel Flesler2008-07-231-2/+14
* jquery core: closes #2968. Simplified isFunction, dropping support for DOM me...Ariel Flesler2008-07-231-3/+5
* 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: 2 tests for [5728].Ariel Flesler2008-06-171-1/+5
* test runner: adding 2 tests for .val( Number ).Ariel Flesler2008-05-291-5/+11
* test runner: the changes are:Ariel Flesler2008-05-281-528/+525
* test runner: A test was failing on Opera 9.50. Not a bug, just made the test ...Ariel Flesler2008-05-241-1/+1
* test runner: adding more tests for attr(). Related to [5574] and [5683].Ariel Flesler2008-05-241-107/+128
* test runner: improved the shown message of 4 isFunction tests.Ariel Flesler2008-05-141-4/+4
* test runner: improved a test and added a missing semicolonAriel Flesler2008-05-121-6/+8
* test runner: added 2 tests for [5500]Ariel Flesler2008-05-081-4/+11
* test runner: extra tests for $.fn.add enabled by [5503] and a small fix for a...Ariel Flesler2008-05-081-2/+11
* test runner: making 2 tests more flexible because they yield a slightly diffe...Ariel Flesler2008-05-081-2/+2
* test runner: extra test for makeArray, related to [5481]Ariel Flesler2008-05-071-3/+5
* test runner: translated all the ok() with '==' to equals(), as it gives more ...Ariel Flesler2008-05-061-181/+181
* test runner: adding some tests that were missing for the $ constructor.Ariel Flesler2008-05-061-1/+10
* core: Fixed #2605: .data() now accepts null as a value.Scott González2008-05-031-3/+8
* core: Fixed #2605: .data() now accepts null as a value.Scott González2008-05-031-1/+5
* core: Fixed #2600: jQuery.extend no longer skips over null properties.Scott González2008-05-021-2/+12
* test runner: voided the failing tests for jQuery.map, that belong to an unapp...Ariel Flesler2008-04-291-1/+3