| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify the special change/submit event removal logic, per Scott's suggestio... | jeresig | 2010-02-10 | 1 | -5/+2 |
* | Updated formatting for the change/submit special event logic. Also switched t... | jeresig | 2010-02-08 | 1 | -83/+84 |
* | Fix in logic for handling exclusive namespace testing. Fixes #6048. | jeresig | 2010-02-08 | 1 | -2/+2 |
* | Update special events to work with the internal event system changes. Also fi... | jeresig | 2010-02-05 | 1 | -15/+17 |
* | Rewrote the live event handling to use the new event logic. Also added in sup... | jeresig | 2010-02-04 | 1 | -69/+84 |
* | A large refactor of the event handling logic. Data and namespace information ... | jeresig | 2010-02-04 | 1 | -149/+142 |
* | Add .delegate() and .undelegate(). An alternative to using .live() which goes... | jeresig | 2010-02-01 | 1 | -6/+22 |
* | Further optimize the empty/remove/cleanData logic. | jeresig | 2010-01-28 | 1 | -5/+9 |
* | Provide a way to simulate default browser actions. Fixes #5973. | jeresig | 2010-01-28 | 1 | -2/+5 |
* | Make sure namespaces is always an array, when passed to the remove special. F... | jeresig | 2010-01-28 | 1 | -2/+5 |
* | Make sure that jQuery.data( elem ) always returns a data object, fixes #5971.... | jeresig | 2010-01-28 | 1 | -41/+79 |
* | No reason to limit the initial change data store to just radio elements. Fixe... | jeresig | 2010-01-27 | 1 | -4/+1 |
* | Make sure that special.add actually copies over event namespaces and data. Fi... | jeresig | 2010-01-25 | 1 | -0/+2 |
* | Make sure multiple bound events have their namespaces and data maintained. Fi... | jeresig | 2010-01-25 | 1 | -3/+12 |
* | Make sure that it's possible to preventDefault natively-triggered (submit, fo... | jeresig | 2010-01-25 | 1 | -20/+32 |
* | Make sure that .die() with no args works. Fixes #5789. | jeresig | 2010-01-23 | 1 | -3/+3 |
* | Select (with a selected) fired change on first focus in IE. Fixes #5869. | Matt Curry | 2010-01-23 | 1 | -4/+4 |
* | Added support for multiple live event handlers, live hover, and live focus/bl... | Irae Brasil | 2010-01-23 | 1 | -9/+24 |
* | Make sure that live handlers don't stop inline scripts from executing. Fixes ... | Irae Brasil | 2010-01-23 | 1 | -1/+1 |
* | Make sure non-left-click events don't bubble. Fixes #3861. | Irae Brasil | 2010-01-23 | 1 | -0/+5 |
* | Adding in the change recommended by Alexander Farkas to fix some bugs in the ... | jeresig | 2010-01-18 | 1 | -2/+2 |
* | Fix missing var declaration for the length iterator. | jeresig | 2010-01-18 | 1 | -1/+1 |
* | Expose the proxy object on the object, for the benefit of plugin authors (Tha... | John Resig | 2010-01-15 | 1 | -0/+2 |
* | Removed extraneous thisObject references. Thanks to Matt Dunlap for the heads... | John Resig | 2010-01-14 | 1 | -2/+1 |
* | Make sure no exception is thrown if no event handler is found (which is the c... | jeresig | 2010-01-13 | 1 | -0/+6 |
* | Fixed typo in logic, also disabled function setters in this case to allow th... | jeresig | 2010-01-12 | 1 | -2/+2 |
* | Make sure that the focusin and focusout easy-bind methods are exposed. | jeresig | 2010-01-12 | 1 | -1/+1 |
* | Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri... | jeresig | 2010-01-11 | 1 | -18/+5 |
* | Make sure that submit event is still bound for regular form submit events. Th... | jeresig | 2010-01-11 | 1 | -0/+3 |
* | Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - a... | jeresig | 2010-01-06 | 1 | -5/+18 |
* | Merging in jQuery.proxy() branch. | jeresig | 2010-01-05 | 1 | -29/+16 |
|\ |
|
| * | Added in a holdover jQuery.event.guid for back-compat (two plugins use it: mo... | jeresig | 2010-01-05 | 1 | -0/+4 |
| * | Moved jQuery.proxy() into core. | jeresig | 2009-12-31 | 1 | -20/+3 |
| * | Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to jQ... | jeresig | 2009-12-31 | 1 | -30/+30 |
* | | Merge branch 'bug-5735' | jeresig | 2009-12-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Rather than declaring empty anonymous functions all around, introduce and use... | jeresig | 2009-12-31 | 1 | -1/+1 |
| |/ |
|
* / | When .bind('unload') was called it accidentally went recursive, from 1bac6165... | jeresig | 2009-12-31 | 1 | -3/+5 |
|/ |
|
* | Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8d36571d1894. | jeresig | 2009-12-21 | 1 | -1/+1 |
* | Standardize on using double-quotes for string literals. | jeresig | 2009-12-21 | 1 | -2/+3 |
* | Made a number of spacing changes to bring the code more-inline with the jQuer... | jeresig | 2009-12-21 | 1 | -9/+20 |
* | Tweaked the syntax of withinElement a bit. | jeresig | 2009-12-21 | 1 | -4/+11 |
* | Tweaked a couple cases where == was used instead of ===. | jeresig | 2009-12-21 | 1 | -2/+2 |
* | Make sure that the beforeactivate event isn't accidentally prevented. | Alexander Farkas | 2009-12-21 | 1 | -1/+1 |
* | Stop trying to emulate the focus/blur event in IE, doesn't work as one might ... | Jörn Zaefferer | 2009-12-21 | 1 | -16/+15 |
* | Used the patch from Alexander as the basis for a rewrite of the IE change eve... | Alexander Farkas | 2009-12-21 | 1 | -35/+71 |
* | Make sure that we don't bind the onunload event in Opera. | jeresig | 2009-12-18 | 1 | -1/+1 |
* | No need to use the conditional comment for binding the onunload event in IE. | jeresig | 2009-12-18 | 1 | -11/+11 |
* | Retooled the arguments.callee-related changes in 98ce35d52b17a033822f31d8a362... | jeresig | 2009-12-16 | 1 | -2/+9 |
* | No need to use jQuery's event system for binding the onunload event in IE. | jeresig | 2009-12-16 | 1 | -3/+2 |
* | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f. | John Resig | 2009-12-11 | 1 | -1/+1 |