2011-01-21 |
jeresig | Revert "Make sure that focusin/focusout bubbles in... |
blob | commitdiff |
2011-01-17 |
Colin Snover | Merge in data_nocollide branch. Fixes #6968, improves... |
blob | commitdiff | diff to current |
2011-01-17 |
jeresig | Merging pull request 183 for #7793. |
blob | commitdiff | diff to current |
2011-01-15 |
Dave Methvin | Update test case to feature-detect Opera's lack of... |
blob | commitdiff | diff to current |
2011-01-09 |
Colin Snover | Update unit tests with a leak detection mechanism for... |
blob | commitdiff | diff to current |
2011-01-09 |
Colin Snover | Change the way jQuery.data works so that there is no... |
blob | commitdiff | diff to current |
2010-12-30 |
Colin Snover | Clean trailing whitespace from all files. |
blob | commitdiff | diff to current |
2010-12-27 |
Dave Methvin | When a native browser event is bubbling up the DOM... |
blob | commitdiff | diff to current |
2010-12-27 |
Dave Methvin | Test for standard createEvent before IE-specific click... |
blob | commitdiff | diff to current |
2010-12-24 |
Dave Methvin | When a native browser event is bubbling up the DOM... |
blob | commitdiff | diff to current |
2010-11-21 |
Anton M | Make sure custom events named "submit" can be bound... |
blob | commitdiff | diff to current |
2010-10-25 |
dmethvin | Honor stopImmediatePropagation for live/delegate event... |
blob | commitdiff | diff to current |
2010-10-24 |
rwldrn | Fixes #7229 and #5803 |
blob | commitdiff | diff to current |
2010-10-15 |
jeresig | Fix the number of change tests and remove textarea... |
blob | commitdiff | diff to current |
2010-10-15 |
jeresig | Use prepend for the focuin test (to avoid making the... |
blob | commitdiff | diff to current |
2010-10-13 |
Justin Meyer | Make sure that focusin/focusout bubbles in non-IE browsers. |
blob | commitdiff | diff to current |
2010-10-13 |
John Resig | Merge branch 'bug7150' of github.com/csnover/jquery |
blob | commitdiff | diff to current |
2010-10-13 |
John Resig | Fix some gaps in the handling of event data properties... |
blob | commitdiff | diff to current |
2010-10-12 |
Colin Snover | Fix patch for #7150, which was not deleting the events... |
blob | commitdiff | diff to current |
2010-10-12 |
Colin Snover | Use a key name less likely to result in collisions... |
blob | commitdiff | diff to current |
2010-10-11 |
John Resig | Handle some edge cases with binding events to the windo... |
blob | commitdiff | diff to current |
2010-10-11 |
John Resig | Add some resize event tests. |
blob | commitdiff | diff to current |
2010-09-29 |
Dave Reed | Using data() on JavaScript objects sets fields directly... |
blob | commitdiff | diff to current |
2010-09-29 |
John Resig | Fix number of expected select tests from commit 879799f... |
blob | commitdiff | diff to current |
2010-09-24 |
Dave Methvin | Don't have .val() return selected-but-disabled options... |
blob | commitdiff | diff to current |
2010-09-23 |
Robert Katic | Ensure that selector is not broken. |
blob | commitdiff | diff to current |
2010-09-23 |
Robert Katic | Correcting some imperfections in test added in previous... |
blob | commitdiff | diff to current |
2010-09-23 |
Robert Katic | Added support for map of events in live, die, delegate... |
blob | commitdiff | diff to current |
2010-06-20 |
jeresig | Use custom events for testing unbind instead of the... |
blob | commitdiff | diff to current |
2010-03-24 |
jeresig | Use custom events for testing unbind instead of the... |
blob | commitdiff | diff to current |
2010-03-09 |
jeresig | Rewrote the live/delegate submit tests to be more generic. |
blob | commitdiff | diff to current |
2010-03-09 |
jeresig | Make sure that special remove and teardown events get... |
blob | commitdiff | diff to current |
2010-03-02 |
jeresig | Added in Ben Alman's proposed event.namespace property... |
blob | commitdiff | diff to current |
2010-03-02 |
jeresig | We no longer support globally-triggered events on plain... |
blob | commitdiff | diff to current |
2010-02-27 |
jeresig | Adding in .bind(name, false), .unbind(name, false)... |
blob | commitdiff | diff to current |
2010-02-27 |
jeresig | Make it so that you can pass in event data to .click... |
blob | commitdiff | diff to current |
2010-02-26 |
jeresig | Make sure that unbinding on a plain javascript object... |
blob | commitdiff | diff to current |
2010-02-26 |
jeresig | Make sure that live events bubble unless explicitly... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Make sure that elements that have been removed also... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Make sure that live focus and blur events also bind... |
blob | commitdiff | diff to current |
2010-02-11 |
John Resig | Make sure that the teardown is called after all the... |
blob | commitdiff | diff to current |
2010-02-05 |
jeresig | Rewrote the live event handling to use the new event... |
blob | commitdiff | diff to current |
2010-02-04 |
jeresig | Added some more tests for checking the execution order... |
blob | commitdiff | diff to current |
2010-02-04 |
Justin Meyer | Forgot to land Justin's tests for the event fixes. |
blob | commitdiff | diff to current |
2010-02-04 |
jeresig | A large refactor of the event handling logic. Data... |
blob | commitdiff | diff to current |
2010-02-01 |
jeresig | Add .delegate() and .undelegate(). An alternative to... |
blob | commitdiff | diff to current |
2010-01-28 |
jeresig | Provide a way to simulate default browser actions.... |
blob | commitdiff | diff to current |
2010-01-25 |
jeresig | Make sure that special.add actually copies over event... |
blob | commitdiff | diff to current |
2010-01-25 |
jeresig | Make sure multiple bound events have their namespaces... |
blob | commitdiff | diff to current |
2010-01-25 |
jeresig | Make sure that it's possible to preventDefault natively... |
blob | commitdiff | diff to current |
2010-01-23 |
jeresig | Make sure that .die() with no args works. Fixes #5789. |
blob | commitdiff | diff to current |
2010-01-23 |
Irae Brasil | Added support for multiple live event handlers, live... |
blob | commitdiff | diff to current |
2010-01-23 |
Irae Brasil | Make sure non-left-click events don't bubble. Fixes... |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Revert "Adding in backwards-compatiblity support for... |
blob | commitdiff | diff to current |
2010-01-06 |
jeresig | Adding in backwards-compatiblity support for jQuery... |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Remove the .bind(name, fn, thisObject) and promote... |
blob | commitdiff | diff to current |
2009-12-21 |
Alexander Farkas | Used the patch from Alexander as the basis for a rewrit... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Fixed problems with removing live events. Fixes #4894. |
blob | commitdiff | diff to current |
2009-12-04 |
Justin Meyer | Adding in support for bubbling submit and change events... |
blob | commitdiff | diff to current |
2009-11-30 |
jeresig | Simplified a selector in the .live() tests. |
blob | commitdiff | diff to current |
2009-11-30 |
jeresig | Tweaked the live test to be a bit simpler. |
blob | commitdiff | diff to current |
2009-11-25 |
Robert Katic | Corrected RegExp to match event namespaces. Fixes ... |
blob | commitdiff | diff to current |
2009-11-11 |
Mr Speaker | Making sure that you can bind multiple toggles to a... |
blob | commitdiff | diff to current |
2009-09-16 |
Yehuda Katz | Probably not the optimal solution, but tests pass. |
blob | commitdiff | diff to current |
2009-09-16 |
Ariel Flesler | jquery event: closes #5250. bind(), unbind() and one... |
blob | commitdiff | diff to current |
2009-09-15 |
Ariel Flesler | testrunner: focus & blur events could fail if the windo... |
blob | commitdiff | diff to current |
2009-09-14 |
Ariel Flesler | testrunner: resetting the scroll position after focusin... |
blob | commitdiff | diff to current |
2009-09-14 |
Ariel Flesler | jquery event: fixes #4989. blur and focus events now... |
blob | commitdiff | diff to current |
2009-06-17 |
Brandon Aaron | fix for #3533, triggering an event with a colon in... |
blob | commitdiff | diff to current |
2009-05-07 |
Brandon Aaron | .bind() now accepts an optional thisObject as the last... |
blob | commitdiff | diff to current |
2009-05-06 |
Brandon Aaron | fix for #4234. hover can take one function to use for... |
blob | commitdiff | diff to current |
2009-05-04 |
Brandon Aaron | unit tests for using jQuery events on non-dom elements... |
blob | commitdiff | diff to current |
2009-04-30 |
Brandon Aaron | live event handlers now receive data from trigger,... |
blob | commitdiff | diff to current |
2009-04-30 |
Brandon Aaron | refactor specialAll into add and remove hooks for exist... |
blob | commitdiff | diff to current |
2009-04-29 |
Brandon Aaron | enable test for binding events cross-frame that was... |
blob | commitdiff | diff to current |
2009-04-29 |
Brandon Aaron | .unbind() without any arguments now also unbinds namesp... |
blob | commitdiff | diff to current |
2009-03-20 |
Brandon Aaron | fix for #4189, live/die now work with contexts other... |
blob | commitdiff | diff to current |
2009-02-23 |
Ariel Flesler | jquery event: Fixing event.currentTarget for live(). |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Changed the currentTarget test - no need to test the... |
blob | commitdiff | diff to current |
2009-02-17 |
Ariel Flesler | testrunner: Misc |
blob | commitdiff | diff to current |
2009-02-17 |
Ariel Flesler | jquery event: closes #4033. e.currentTarget wasn't... |
blob | commitdiff | diff to current |
2009-02-09 |
John Resig | Fixed bubbling of live events (if an inner element... |
blob | commitdiff | diff to current |
2009-01-20 |
John Resig | Focused support of .live(). stopPropagation and stopImm... |
blob | commitdiff | diff to current |
2009-01-10 |
John Resig | Landed a fix for when a DOM element gets accidentally... |
blob | commitdiff | diff to current |
2009-01-09 |
John Resig | Didn't get specific enough with the proxy guid, fixes... |
blob | commitdiff | diff to current |
2009-01-09 |
John Resig | Made it so that you can bind a single function to multi... |
blob | commitdiff | diff to current |
2009-01-08 |
Ariel Flesler | testrunner: refactored unbind's tests. Including one... |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Disabled an extra event binding. |
blob | commitdiff | diff to current |
2009-01-02 |
Ariel Flesler | jquery event: closes #3772. The extra function on ... |
blob | commitdiff | diff to current |
2008-12-31 |
Ariel Flesler | jquery event: |
blob | commitdiff | diff to current |
2008-12-30 |
John Resig | Made sure that return false works in .live() along... |
blob | commitdiff | diff to current |
2008-12-29 |
Ariel Flesler | jquery event: jQuery.Event can be instantiated without... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery event: Closes #3662. Adds a jQuery.Event class... |
blob | commitdiff | diff to current |
2008-12-22 |
John Resig | Added a new liveQuery/event delegation hybrid method... |
blob | commitdiff | diff to current |
2008-12-22 |
John Resig | Made sure that the correct event.taget is being used... |
blob | commitdiff | diff to current |
2008-12-22 |
John Resig | Added support for bubbling triggered events. |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Added support for multiple-namespaced events (in bind... |
blob | commitdiff | diff to current |
2008-10-24 |
Jörn Zaefferer | core: tests cleanup for compability with qunit updates... |
blob | commitdiff | diff to current |
2008-10-21 |
Ariel Flesler | test runner: Commented 2 tests that jam the suite. |
blob | commitdiff | diff to current |
2008-05-28 |
Ariel Flesler | test runner: the changes are: |
blob | commitdiff | diff to current |
next |