| Commit message (Expand) | Author | Age | Files | Lines |
* | Only try to wrap the element if it's not disconnected, fixed #3828. | John Resig | 2009-01-12 | 1 | -1/+6 |
* | Fixed an issue with parentNode being accessed in attr() on disconnected DOM e... | John Resig | 2009-01-12 | 1 | -1/+3 |
* | Prevented non-script <script> blocks from executing, fixing #3733. | John Resig | 2009-01-11 | 1 | -1/+5 |
* | .closest() with positional selectors wasn't worked as expected. | John Resig | 2009-01-10 | 1 | -1/+4 |
* | Fixed an issue with script nodes being removed incorrectly, fixes #3737. | John Resig | 2009-01-10 | 1 | -1/+4 |
* | testrunner: Removing every global variable leaked within (and outside) tests.... | Ariel Flesler | 2009-01-09 | 1 | -12/+11 |
* | Selector state wasn't being passed along on a cloned jQuery object. | John Resig | 2009-01-08 | 1 | -1/+6 |
* | Fixed tabindex normalization so that elements that natively support tabbing, ... | Scott González | 2009-01-07 | 1 | -8/+8 |
* | Simplified the XML clone test. | John Resig | 2009-01-05 | 1 | -4/+6 |
* | Simplified the XML selector test (save the result). | John Resig | 2009-01-05 | 1 | -3/+4 |
* | Landed cross-browser support for tabIndex, by Scott, closes ticket #3649. | John Resig | 2009-01-05 | 1 | -0/+56 |
* | Forgot to merge in some of the new tests from Sizzle. | John Resig | 2009-01-05 | 1 | -1/+1 |
* | Landed a proper fix for #3255 - which involves doing createElement instead of... | John Resig | 2009-01-03 | 1 | -2/+4 |
* | Disabled testing of em-defined borders, need to look back into this issue. | John Resig | 2009-01-02 | 1 | -4/+6 |
* | The exact escaping of the text() test isn't important - as long as < is escaped. | John Resig | 2009-01-02 | 1 | -1/+1 |
* | Fixed an issue with .not("#foo, bar") not working correctly, closes #3757. | John Resig | 2008-12-31 | 1 | -1/+5 |
* | jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue... | Ariel Flesler | 2008-12-30 | 1 | -94/+0 |
* | jquery core: Closes #1681. jQuery.fn.toggleClass can accept a boolean argumen... | Ariel Flesler | 2008-12-25 | 1 | -1/+8 |
* | jquery core: Closes #3255. The div used in jQuery.clean is emptied in the end... | Ariel Flesler | 2008-12-25 | 1 | -1/+13 |
* | jquery core: Closes #3641. jQuery.merge stopped looping once a 0 was found. | Ariel Flesler | 2008-12-25 | 1 | -0/+15 |
* | Added support for the new .closest() method (very useful for event delegation). | John Resig | 2008-12-22 | 1 | -0/+8 |
* | Landing the new Sizzle selector engine. There'll need to be some later tweaks... | John Resig | 2008-12-20 | 1 | -14/+27 |
* | Fixed line-ending issue. | John Resig | 2008-12-19 | 1 | -1719/+1719 |
* | Tweaked mis-numbered makeArray test. | John Resig | 2008-12-19 | 1 | -1/+1 |
* | Switched to using DOM Fragments in domManip. | John Resig | 2008-12-19 | 1 | -2/+2 |
* | Added selector path logging (creates a trail that plugins can use). | John Resig | 2008-12-19 | 1 | -0/+58 |
* | testrunner: re adding the test for a function within isFunction. | Ariel Flesler | 2008-12-16 | 1 | -3/+1 |
* | testrunner: fixing tests that were broken due to recent updates to qunit. | Ariel Flesler | 2008-10-18 | 1 | -15/+14 |
* | jquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArra... | Ariel Flesler | 2008-08-12 | 1 | -3/+6 |
* | jquery core: closes #2652. val() supports option elements, also simplified th... | Ariel Flesler | 2008-07-23 | 1 | -2/+14 |
* | jquery core: closes #2968. Simplified isFunction, dropping support for DOM me... | Ariel Flesler | 2008-07-23 | 1 | -3/+5 |
* | test runner: optimizing a test for speed. | Ariel Flesler | 2008-07-01 | 1 | -6/+9 |
* | test runner: recloses #3102. Adding one test for $().eq("1") | Ariel Flesler | 2008-07-01 | 1 | -1/+3 |
* | test runner: 2 tests for [5728]. | Ariel Flesler | 2008-06-17 | 1 | -1/+5 |
* | test runner: adding 2 tests for .val( Number ). | Ariel Flesler | 2008-05-29 | 1 | -5/+11 |
* | test runner: the changes are: | Ariel Flesler | 2008-05-28 | 1 | -528/+525 |
* | test runner: A test was failing on Opera 9.50. Not a bug, just made the test ... | Ariel Flesler | 2008-05-24 | 1 | -1/+1 |
* | test runner: adding more tests for attr(). Related to [5574] and [5683]. | Ariel Flesler | 2008-05-24 | 1 | -107/+128 |
* | test runner: improved the shown message of 4 isFunction tests. | Ariel Flesler | 2008-05-14 | 1 | -4/+4 |
* | test runner: improved a test and added a missing semicolon | Ariel Flesler | 2008-05-12 | 1 | -6/+8 |
* | test runner: added 2 tests for [5500] | Ariel Flesler | 2008-05-08 | 1 | -4/+11 |
* | test runner: extra tests for $.fn.add enabled by [5503] and a small fix for a... | Ariel Flesler | 2008-05-08 | 1 | -2/+11 |
* | test runner: making 2 tests more flexible because they yield a slightly diffe... | Ariel Flesler | 2008-05-08 | 1 | -2/+2 |
* | test runner: extra test for makeArray, related to [5481] | Ariel Flesler | 2008-05-07 | 1 | -3/+5 |
* | test runner: translated all the ok() with '==' to equals(), as it gives more ... | Ariel Flesler | 2008-05-06 | 1 | -181/+181 |
* | test runner: adding some tests that were missing for the $ constructor. | Ariel Flesler | 2008-05-06 | 1 | -1/+10 |
* | core: Fixed #2605: .data() now accepts null as a value. | Scott González | 2008-05-03 | 1 | -3/+8 |
* | core: Fixed #2605: .data() now accepts null as a value. | Scott González | 2008-05-03 | 1 | -1/+5 |
* | core: Fixed #2600: jQuery.extend no longer skips over null properties. | Scott González | 2008-05-02 | 1 | -2/+12 |
* | test runner: voided the failing tests for jQuery.map, that belong to an unapp... | Ariel Flesler | 2008-04-29 | 1 | -1/+3 |