| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that special.add actually copies over event namespaces and data. Fi... | jeresig | 2010-01-25 | 1 | -0/+41 |
* | Make sure multiple bound events have their namespaces and data maintained. Fi... | jeresig | 2010-01-25 | 1 | -0/+34 |
* | Make sure that it's possible to preventDefault natively-triggered (submit, fo... | jeresig | 2010-01-25 | 1 | -1/+29 |
* | Make sure that .die() with no args works. Fixes #5789. | jeresig | 2010-01-23 | 1 | -1/+16 |
* | Added support for multiple live event handlers, live hover, and live focus/bl... | Irae Brasil | 2010-01-23 | 1 | -0/+14 |
* | Make sure non-left-click events don't bubble. Fixes #3861. | Irae Brasil | 2010-01-23 | 1 | -1/+8 |
* | Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri... | jeresig | 2010-01-11 | 1 | -13/+0 |
* | Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - a... | jeresig | 2010-01-06 | 1 | -0/+13 |
* | Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to jQ... | jeresig | 2009-12-31 | 1 | -5/+5 |
* | Used the patch from Alexander as the basis for a rewrite of the IE change eve... | Alexander Farkas | 2009-12-21 | 1 | -27/+9 |
* | Fixed problems with removing live events. Fixes #4894. | John Resig | 2009-12-09 | 1 | -1/+38 |
* | Adding in support for bubbling submit and change events, thanks to the patch ... | Justin Meyer | 2009-12-04 | 1 | -8/+131 |
* | Simplified a selector in the .live() tests. | jeresig | 2009-11-30 | 1 | -2/+2 |
* | Tweaked the live test to be a bit simpler. | jeresig | 2009-11-30 | 1 | -3/+5 |
* | Corrected RegExp to match event namespaces. Fixes #5303. | Robert Katic | 2009-11-26 | 1 | -0/+4 |
* | Making sure that you can bind multiple toggles to a single element without pr... | Mr Speaker | 2009-11-11 | 1 | -1/+17 |
* | Probably not the optimal solution, but tests pass. | Yehuda Katz | 2009-09-16 | 1 | -0/+16 |
* | jquery event: closes #5250. bind(), unbind() and one() support Object Literal... | Ariel Flesler | 2009-09-16 | 1 | -0/+53 |
* | testrunner: focus & blur events could fail if the window isn't focused | Ariel Flesler | 2009-09-15 | 1 | -11/+17 |
* | testrunner: resetting the scroll position after focusing a field | Ariel Flesler | 2009-09-14 | 1 | -0/+1 |
* | jquery event: fixes #4989. blur and focus events now bubble and can be handle... | Ariel Flesler | 2009-09-14 | 1 | -0/+30 |
* | fix for #3533, triggering an event with a colon in the name on a table no lon... | Brandon Aaron | 2009-06-17 | 1 | -1/+9 |
* | .bind() now accepts an optional thisObject as the last argument which is used... | Brandon Aaron | 2009-05-07 | 1 | -1/+32 |
* | fix for #4234. hover can take one function to use for both enter and leave. | Brandon Aaron | 2009-05-06 | 1 | -0/+18 |
* | unit tests for using jQuery events on non-dom elements. fixes #3439. thanks m... | Brandon Aaron | 2009-05-04 | 1 | -0/+21 |
* | live event handlers now receive data from trigger, fixes #4532, thanks nbubna | Brandon Aaron | 2009-04-30 | 1 | -1/+5 |
* | refactor specialAll into add and remove hooks for existing special events, li... | Brandon Aaron | 2009-04-30 | 1 | -1/+4 |
* | enable test for binding events cross-frame that was fixed in r6316 | Brandon Aaron | 2009-04-29 | 1 | -9/+5 |
* | .unbind() without any arguments now also unbinds namespaced events. fixes #46... | Brandon Aaron | 2009-04-29 | 1 | -2/+7 |
* | fix for #4189, live/die now work with contexts other than just document | Brandon Aaron | 2009-03-20 | 1 | -1/+19 |
* | jquery event: Fixing event.currentTarget for live(). | Ariel Flesler | 2009-02-23 | 1 | -1/+12 |
* | Changed the currentTarget test - no need to test the native event triggering ... | John Resig | 2009-02-17 | 1 | -3/+1 |
* | testrunner: Misc | Ariel Flesler | 2009-02-17 | 1 | -0/+3 |
* | jquery event: closes #4033. e.currentTarget wasn't being enforced for native ... | Ariel Flesler | 2009-02-17 | 1 | -0/+14 |
* | Fixed bubbling of live events (if an inner element handles an event first - a... | John Resig | 2009-02-09 | 1 | -1/+24 |
* | Focused support of .live(). stopPropagation and stopImmediatePropagation are ... | John Resig | 2009-01-20 | 1 | -1/+10 |
* | Landed a fix for when a DOM element gets accidentally removed by another live... | John Resig | 2009-01-10 | 1 | -1/+15 |
* | 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 |
* | Disabled an extra event binding. | John Resig | 2009-01-05 | 1 | -1/+3 |
* | jquery event: closes #3772. The extra function on $.event.trigger isn't suppo... | Ariel Flesler | 2009-01-02 | 1 | -38/+1 |
* | 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 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 |
* | 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 multiple-namespaced events (in bind, trigger, and unbind). | John Resig | 2008-12-19 | 1 | -0/+54 |