| 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 |
* | Had to remove the global variable tricks (especially the delete window calls)... | John Resig | 2009-01-12 | 1 | -28/+8 |
* | 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 |
* | Landed a fix for when a DOM element gets accidentally removed by another live... | John Resig | 2009-01-10 | 1 | -1/+15 |
* | Fixed an issue with script nodes being removed incorrectly, fixes #3737. | John Resig | 2009-01-10 | 1 | -1/+4 |
* | testrunner: Putting back the global variables used for ajax tests. I added ma... | Ariel Flesler | 2009-01-10 | 6 | -30/+54 |
* | testrunner: Removing every global variable leaked within (and outside) tests.... | Ariel Flesler | 2009-01-09 | 7 | -125/+108 |
* | Didn't get specific enough with the proxy guid, fixes #3787. | John Resig | 2009-01-09 | 1 | -2/+15 |
* | Made it so that you can bind a single function to multiple .live() selectors.... | John Resig | 2009-01-09 | 1 | -1/+26 |
* | testrunner: refactored unbind's tests. Including one for #3538, passing since... | Ariel Flesler | 2009-01-08 | 1 | -37/+66 |
* | 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 |
* | Disabled an extra event binding. | John Resig | 2009-01-05 | 1 | -1/+3 |
* | Timeout test appears to be flaky - disabling, for now. | John Resig | 2009-01-05 | 1 | -0/+2 |
* | The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 se... | John Resig | 2009-01-05 | 1 | -1/+1 |
* | 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 |
* | Fixed an issue with how broken selector tests were handled in IE (the excepti... | John Resig | 2009-01-05 | 1 | -2/+2 |
* | Landed cross-browser support for tabIndex, by Scott, closes ticket #3649. | John Resig | 2009-01-05 | 3 | -1/+71 |
* | Forgot to merge in some of the new tests from Sizzle. | John Resig | 2009-01-05 | 2 | -1/+8 |
* | Synced with the Sizzle repository. | John Resig | 2009-01-05 | 1 | -2/+21 |
* | Landed a proper fix for #3255 - which involves doing createElement instead of... | John Resig | 2009-01-03 | 1 | -2/+4 |
* | Fixed an issue that was introduced by [5743] (which didn't have a test case, ... | John Resig | 2009-01-02 | 1 | -0/+12 |
* | jquery event: closes #3772. The extra function on $.event.trigger isn't suppo... | Ariel Flesler | 2009-01-02 | 1 | -38/+1 |
* | 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 event: | Ariel Flesler | 2008-12-31 | 1 | -31/+72 |
* | Made sure that return false works in .live() along with the event object bein... | John Resig | 2008-12-30 | 1 | -1/+15 |
* | jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue... | Ariel Flesler | 2008-12-30 | 4 | -111/+161 |
* | jquery event: jQuery.Event can be instantiated without the 'new' keyword. | Ariel Flesler | 2008-12-29 | 1 | -2/+7 |
* | jquery event: Closes #3662. Adds a jQuery.Event class. Makes trigger and fix ... | Ariel Flesler | 2008-12-25 | 1 | -19/+33 |
* | jquery fx: Closes #3219. jQuery.fn.toggle can accept a boolean argument indic... | Ariel Flesler | 2008-12-25 | 1 | -1/+8 |
* | 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 a new liveQuery/event delegation hybrid method: .live and .die. Easily ... | John Resig | 2008-12-22 | 1 | -0/+66 |
* | Made sure that the correct event.taget is being used in event bubbling. | John Resig | 2008-12-22 | 1 | -4/+4 |
* | Added support for bubbling triggered events. | John Resig | 2008-12-22 | 1 | -1/+35 |
* | 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 | 2 | -36/+72 |
* | 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 |
* | Added support for multiple-namespaced events (in bind, trigger, and unbind). | John Resig | 2008-12-19 | 1 | -0/+54 |
* | testrunner: re adding the test for a function within isFunction. | Ariel Flesler | 2008-12-16 | 1 | -3/+1 |
* | new offset method, faster and no more browser detection | Brandon Aaron | 2008-11-10 | 2 | -2/+35 |