| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for #4189, live/die now work with contexts other than just document | Brandon Aaron | 2009-03-20 | 1 | -2/+2 |
* | Added some more information to the unload event cleanup. | John Resig | 2009-03-19 | 1 | -0/+3 |
* | No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1... | John Resig | 2009-02-26 | 1 | -4/+4 |
* | jquery event: Fixing event.currentTarget for live(). | Ariel Flesler | 2009-02-23 | 1 | -0/+1 |
* | jquery event: closes #4033. e.currentTarget wasn't being enforced for native ... | Ariel Flesler | 2009-02-17 | 1 | -1/+2 |
* | Fixed bubbling of live events (if an inner element handles an event first - a... | John Resig | 2009-02-09 | 1 | -1/+5 |
* | Added a fix, suggested by Diego, for IE firing the ready event too late. Fixe... | John Resig | 2009-01-28 | 1 | -1/+1 |
* | Focused support of .live(). stopPropagation and stopImmediatePropagation are ... | John Resig | 2009-01-20 | 1 | -3/+2 |
* | jquery event: closes #3843. Some events' timeStamp are wrong on Firefox, we d... | Ariel Flesler | 2009-01-19 | 1 | -3/+3 |
* | Made the IE frameElement check more explicit. Fixes #3880. | John Resig | 2009-01-17 | 1 | -1/+1 |
* | Landed a fix for when a DOM element gets accidentally removed by another live... | John Resig | 2009-01-10 | 1 | -4/+12 |
* | Didn't get specific enough with the proxy guid, fixes #3787. | John Resig | 2009-01-09 | 1 | -2/+2 |
* | Made it so that you can bind a single function to multiple .live() selectors.... | John Resig | 2009-01-09 | 1 | -7/+9 |
* | jquery event: Fixes #3538. unbind on many events was failing. | Ariel Flesler | 2009-01-08 | 1 | -3/+3 |
* | The triggered flag was being set too early, which was preventing bubbling for... | John Resig | 2009-01-05 | 1 | -2/+2 |
* | jquery event: Removed a needless if (old code) | Ariel Flesler | 2009-01-05 | 1 | -11/+9 |
* | .live("div div") was failing due to the extra space in the selector (which co... | John Resig | 2009-01-04 | 1 | -1/+1 |
* | jquery event: event.stopImmediatePropagation() stops live handlers as well. | Ariel Flesler | 2009-01-04 | 1 | -1/+1 |
* | jquery event: Misc, removed a commented line from last commit. | Ariel Flesler | 2009-01-02 | 1 | -6/+2 |
* | 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 |
* | 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 event: jQuery.Event can be instantiated without the 'new' keyword. | Ariel Flesler | 2008-12-29 | 1 | -3/+7 |
* | jquery event: Closes #3662. Adds a jQuery.Event class. Makes trigger and fix ... | Ariel Flesler | 2008-12-25 | 1 | -63/+74 |
* | 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 the new jQuery.support object and removed all uses of jQuery.browser fr... | John Resig | 2008-12-21 | 1 | -33/+31 |
* | Fixed a problem with multi-namespaced events not targetting the correct funct... | John Resig | 2008-12-19 | 1 | -3/+5 |
* | Removing remaining strict-mode warnings. | John Resig | 2008-12-19 | 1 | -2/+3 |
* | 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 |
* | Standardized the type checks across core. isFunction and isArray now use Obje... | John Resig | 2008-11-17 | 1 | -4/+4 |
* | Landed the patch, by Diego, that 1) Removes browser sniffing from the ready c... | John Resig | 2008-11-12 | 1 | -15/+27 |
* | jquery event: extra for #3498. Using the new mouse(enter|leave) shortcuts in ... | Ariel Flesler | 2008-10-22 | 1 | -1/+1 |
* | jquery event: closes #3498, adding $.fn.mouseenter & $.fn.mouseleave. | Ariel Flesler | 2008-10-21 | 1 | -2/+2 |
* | jquery event: closes #3355. Added stopImmediatePropagation() to events. | Ariel Flesler | 2008-10-18 | 1 | -1/+13 |
* | jquery event: closes #3127. jQuery.event.special built-in methods were optimi... | Ariel Flesler | 2008-07-28 | 1 | -62/+37 |
* | jquery event: closes #3112. It wasn't possible to bind 'data' to special events. | Ariel Flesler | 2008-07-09 | 1 | -5/+5 |
* | jquery event: Optimization to global unbinding on window unload. Thanks Mike ... | Ariel Flesler | 2008-07-01 | 1 | -3/+6 |
* | jquery event: closes #3107. Optimization to global event triggering. Thanks M... | Ariel Flesler | 2008-07-01 | 1 | -1/+4 |
* | jquery event: fixed a typo in a comment. | Ariel Flesler | 2008-06-27 | 1 | -1/+1 |
* | jquery event: caching the props array and fixing the loop that goes thru it. ... | Ariel Flesler | 2008-05-28 | 1 | -3/+7 |
* | jquery: removing unnecessary trailing and leading spaces & tabs. | Ariel Flesler | 2008-05-13 | 1 | -61/+61 |
* | jquery event & fx: tidying some comments. | Ariel Flesler | 2008-05-13 | 1 | -2/+4 |
* | jquery fx & event: replaced the use of .apply(), where .call() could had been... | Ariel Flesler | 2008-05-12 | 1 | -1/+1 |
* | jquery event: removing 3 unnecessary lines since the addition of $.event.proxy. | Ariel Flesler | 2008-05-08 | 1 | -3/+0 |