| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | core: tests cleanup for compability with qunit updates: stop() now actually a... | Jörn Zaefferer | 2008-10-24 | 1 | -1/+1 |
* | test runner: Commented 2 tests that jam the suite. | Ariel Flesler | 2008-10-21 | 1 | -1/+2 |
* | test runner: the changes are: | Ariel Flesler | 2008-05-28 | 1 | -49/+49 |
* | test runner: extra test case, [5501] | Ariel Flesler | 2008-05-08 | 1 | -3/+7 |
* | test runner: translated all the ok() with '==' to equals(), as it gives more ... | Ariel Flesler | 2008-05-06 | 1 | -18/+18 |
* | test runner: adding a test case for $.fn._toggle with more than 2 functions. | Ariel Flesler | 2008-04-29 | 1 | -2/+32 |
* | jquery.event: Patch for #2708 | Jörn Zaefferer | 2008-04-22 | 1 | -1/+9 |
* | Trigger onclick handlers of links | Brandon Aaron | 2008-04-21 | 1 | -1/+8 |
* | Added support for .unbind(".test") to unbind all namespaced events on an elem... | John Resig | 2008-02-03 | 1 | -0/+10 |
* | fix for #2114; refactored tests for bind() to highlight failing select-change... | Jörn Zaefferer | 2008-01-14 | 1 | -16/+26 |
* | Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have the... | John Resig | 2007-12-20 | 1 | -1/+6 |
* | Fixed a problem in the unit tests for IE where an optimization made the test ... | David Serduke | 2007-12-20 | 1 | -1/+2 |
* | Test for #2069 | Jörn Zaefferer | 2007-12-17 | 1 | -0/+8 |
* | new special events api, ready is now a first class event that you can use bin... | Brandon Aaron | 2007-12-15 | 1 | -3/+28 |
* | Fix for #1486. Prevent IE from throwing an error when triggering focus on hid... | Brandon Aaron | 2007-12-08 | 1 | -1/+11 |
* | Fixed #1039 and #1733 by going through the core API and making them text node... | David Serduke | 2007-12-07 | 1 | -1/+6 |
* | Fixed [1993] although it actually wasn't a bug in the core but rather a misun... | David Serduke | 2007-12-03 | 1 | -19/+46 |
* | Fixed #1701 by passing through the arguments as suggested. | David Serduke | 2007-11-28 | 1 | -2/+6 |
* | Fixed an issue with the suite expecting a different result for the changed tr... | John Resig | 2007-09-15 | 1 | -3/+3 |
* | Landing the new expando management code. Completely overhauls how data is ass... | John Resig | 2007-09-08 | 1 | -4/+4 |
* | Finished up some of the reorganization. | John Resig | 2007-09-08 | 1 | -0/+194 |