| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved from the old JSMin to using YUIMin for compressing the jQuery source. A... | John Resig | 2009-01-04 | 3 | -2/+5 |
* | Landed a proper fix for #3255 - which involves doing createElement instead of... | John Resig | 2009-01-03 | 1 | -6/+8 |
* | Hid an issue where Safari through an exception when a colgroup was created in... | John Resig | 2009-01-03 | 1 | -1/+4 |
* | jquery event: Misc, removed a commented line from last commit. | Ariel Flesler | 2009-01-02 | 1 | -6/+2 |
* | Fixed an issue that was introduced by [5743] (which didn't have a test case, ... | John Resig | 2009-01-02 | 1 | -8/+5 |
* | jquery event: Now using an internal argument to detect if bubbling on $.event... | Ariel Flesler | 2009-01-02 | 1 | -64/+59 |
* | jquery event: closes #3772. The extra function on $.event.trigger isn't suppo... | Ariel Flesler | 2009-01-02 | 1 | -14/+5 |
* | Fixed an issue with .not("#foo, bar") not working correctly, closes #3757. | John Resig | 2008-12-31 | 1 | -1/+1 |
* | jquery event: event.timeStamp wasn't being created when passing just the type... | Ariel Flesler | 2008-12-31 | 1 | -5/+6 |
* | jquery event: | Ariel Flesler | 2008-12-31 | 1 | -53/+80 |
* | jquery event: removed the argument dohandlers from $.trigger. Uses another ap... | Ariel Flesler | 2008-12-30 | 1 | -16/+13 |
* | Made sure that return false works in .live() along with the event object bein... | John Resig | 2008-12-30 | 1 | -3/+7 |
* | jquery data: Fixed a weird patch merging issue from [6011] | Ariel Flesler | 2008-12-30 | 1 | -146/+1 |
* | jquery data: Oops.. forgot to commit the new data module. This is part of [60... | Ariel Flesler | 2008-12-30 | 1 | -0/+290 |
* | jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue... | Ariel Flesler | 2008-12-30 | 2 | -144/+2 |
* | jquery support: Closes #3758, fixes a memory leak on IE. Thanks Choan Galvez. | Ariel Flesler | 2008-12-29 | 1 | -1/+2 |
* | jquery event: jQuery.Event can be instantiated without the 'new' keyword. | Ariel Flesler | 2008-12-29 | 1 | -3/+7 |
* | jquery core: Removed an orphaned line. Thanks mose. | Ariel Flesler | 2008-12-27 | 1 | -2/+0 |
* | jquery core: Fixed a global var leak introduced by me on a recent commit. | Ariel Flesler | 2008-12-26 | 1 | -7/+7 |
* | jquery event: Closes #3662. Adds a jQuery.Event class. Makes trigger and fix ... | Ariel Flesler | 2008-12-25 | 1 | -63/+74 |
* | jquery core: Closes #3737. Fixed a possible null dereference. | Ariel Flesler | 2008-12-25 | 1 | -5/+7 |
* | jquery selector: Removed a needless line (related to [5992]). | Ariel Flesler | 2008-12-25 | 1 | -1/+0 |
* | jquery fx: Fixed redundant code | Ariel Flesler | 2008-12-25 | 1 | -2/+2 |
* | jquery fx: Closes #3219. jQuery.fn.toggle can accept a boolean argument indic... | Ariel Flesler | 2008-12-25 | 1 | -5/+8 |
* | jquery core: Closes #1681. jQuery.fn.toggleClass can accept a boolean argumen... | Ariel Flesler | 2008-12-25 | 1 | -2/+4 |
* | jquery core: Closes #3255. The div used in jQuery.clean is emptied in the end... | Ariel Flesler | 2008-12-25 | 1 | -2/+6 |
* | jquery core: Closes #3641. jQuery.merge stopped looping once a 0 was found. | Ariel Flesler | 2008-12-25 | 1 | -2/+2 |
* | jquery core: Closes #3666. Removed old code. | Ariel Flesler | 2008-12-25 | 1 | -1/+1 |
* | Synced with Sizzle codebase (which removed the use of the caching code). | John Resig | 2008-12-22 | 1 | -18/+0 |
* | Disabled native event triggering (and, thus, bubbling) for global events. | John Resig | 2008-12-22 | 1 | -1/+1 |
* | Added a new liveQuery/event delegation hybrid method: .live and .die. Easily ... | John Resig | 2008-12-22 | 1 | -21/+75 |
* | Added support for bubbling triggered events. | John Resig | 2008-12-22 | 1 | -0/+6 |
* | Added support for the new .closest() method (very useful for event delegation). | John Resig | 2008-12-22 | 1 | -0/+11 |
* | Oops, forgot to commit support.js. | John Resig | 2008-12-21 | 1 | -0/+99 |
* | Added the new jQuery.support object and removed all uses of jQuery.browser fr... | John Resig | 2008-12-21 | 4 | -154/+84 |
* | Fixed an issue with domManip where the incorrect document was being used to c... | John Resig | 2008-12-21 | 1 | -1/+1 |
* | Syncing Sizzle codebase. | John Resig | 2008-12-20 | 1 | -10/+10 |
* | Added a missing semicolon. | John Resig | 2008-12-20 | 1 | -1/+1 |
* | Landing the new Sizzle selector engine. There'll need to be some later tweaks... | John Resig | 2008-12-20 | 2 | -352/+789 |
* | Rewrote the hide and show methods to fix the issue with Safari not hiding dis... | John Resig | 2008-12-19 | 1 | -22/+45 |
* | Fixed an issue with domManip where the incorrect clone fragments were being u... | John Resig | 2008-12-19 | 1 | -2/+3 |
* | Fixed a problem with multi-namespaced events not targetting the correct funct... | John Resig | 2008-12-19 | 1 | -3/+5 |
* | Fixed an issue with how .data() was expecting output (trigger now returns exa... | John Resig | 2008-12-19 | 1 | -1/+1 |
* | Switched to using DOM Fragments in domManip. | John Resig | 2008-12-19 | 1 | -48/+51 |
* | Added selector path logging (creates a trail that plugins can use). | John Resig | 2008-12-19 | 1 | -7/+22 |
* | Removing remaining strict-mode warnings. | John Resig | 2008-12-19 | 3 | -6/+7 |
* | Added support for multiple-namespaced events (in bind, trigger, and unbind). | John Resig | 2008-12-19 | 1 | -8/+9 |
* | Simplifying the DOM ready code, no longer attempting to handle stylesheet loa... | John Resig | 2008-12-19 | 1 | -40/+14 |
* | testrunner: adding tests for $.fn.hasClass. | Ariel Flesler | 2008-12-16 | 1 | -1/+1 |
* | IE doesn't care for boolean checks of .createElement - reverted back to using... | John Resig | 2008-11-29 | 1 | -1/+1 |