| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bug7150' of http://github.com/csnover/jquery | John Resig | 2010-10-12 | 1 | -1/+4 |
|\ |
|
| * | Fix patch for #7150, which was not deleting the events object properly on pla... | Colin Snover | 2010-10-12 | 1 | -1/+4 |
* | | Fix some gaps in the handling of event data properties. Thanks to @jitter in ... | John Resig | 2010-10-12 | 1 | -1/+1 |
|/ |
|
* | Use a key name less likely to result in collisions for events on plain JS obj... | Colin Snover | 2010-10-11 | 1 | -1/+1 |
* | Handle some edge cases with binding events to the window object (which is als... | John Resig | 2010-10-11 | 1 | -1/+5 |
* | Add some resize event tests. | John Resig | 2010-10-11 | 1 | -0/+8 |
* | Using data() on JavaScript objects sets fields directly on the object. Note t... | Dave Reed | 2010-09-29 | 1 | -2/+6 |
* | Fix number of expected select tests from commit 879799fe955f01b85b59fd8a0096d... | John Resig | 2010-09-29 | 1 | -1/+1 |
* | Don't have .val() return selected-but-disabled options, or selected options i... | Dave Methvin | 2010-09-24 | 1 | -1/+1 |
* | Ensure that selector is not broken. | Robert Katic | 2010-09-23 | 1 | -1/+1 |
* | Correcting some imperfections in test added in previous commit. | Robert Katic | 2010-09-23 | 1 | -7/+7 |
* | Added support for map of events in live, die, delegate and undelegate. Fixes ... | Robert Katic | 2010-09-23 | 1 | -0/+39 |
* | Use custom events for testing unbind instead of the, potentially conflicting,... | jeresig | 2010-03-24 | 1 | -11/+11 |
* | Rewrote the live/delegate submit tests to be more generic. | jeresig | 2010-03-09 | 1 | -20/+6 |
* | Make sure that special remove and teardown events get called when .die() is u... | jeresig | 2010-03-09 | 1 | -10/+70 |
* | Added in Ben Alman's proposed event.namespace property (the property holds th... | jeresig | 2010-03-02 | 1 | -11/+25 |
* | We no longer support globally-triggered events on plain objects. This is a tr... | jeresig | 2010-03-02 | 1 | -13/+4 |
* | Adding in .bind(name, false), .unbind(name, false) support - an easy way to j... | jeresig | 2010-02-27 | 1 | -0/+19 |
* | Make it so that you can pass in event data to .click(), et. al. Fixes #6187. | jeresig | 2010-02-26 | 1 | -0/+11 |
* | Make sure that unbinding on a plain javascript object works correctly. Fixes ... | jeresig | 2010-02-26 | 1 | -0/+29 |
* | Make sure that live events bubble unless explicitly told not to, like a norma... | jeresig | 2010-02-26 | 1 | -25/+33 |
* | Make sure that elements that have been removed also have their special events... | jeresig | 2010-02-13 | 1 | -2/+14 |
* | Make sure that live focus and blur events also bind to the regular events, to... | jeresig | 2010-02-13 | 1 | -1/+9 |
* | Make sure that the teardown is called after all the handlers of a type are re... | John Resig | 2010-02-11 | 1 | -2/+6 |
* | Rewrote the live event handling to use the new event logic. Also added in sup... | jeresig | 2010-02-04 | 1 | -22/+68 |
* | Added some more tests for checking the execution order of events (from last n... | jeresig | 2010-02-04 | 1 | -0/+20 |
* | Forgot to land Justin's tests for the event fixes. | Justin Meyer | 2010-02-04 | 1 | -0/+18 |
* | A large refactor of the event handling logic. Data and namespace information ... | jeresig | 2010-02-04 | 1 | -2/+3 |
* | Add .delegate() and .undelegate(). An alternative to using .live() which goes... | jeresig | 2010-02-01 | 1 | -32/+411 |
* | Provide a way to simulate default browser actions. Fixes #5973. | jeresig | 2010-01-28 | 1 | -1/+6 |
* | 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 |