| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix for #1322 | Brandon Aaron | 2007-06-29 | 1 | -3/+3 |
* | Fix for #1187, #1278 and #1279 | Brandon Aaron | 2007-06-21 | 1 | -3/+4 |
* | Fix for #1185 | Brandon Aaron | 2007-05-31 | 1 | -7/+12 |
* | Fix for #923, #1136 and #1233 | Brandon Aaron | 2007-05-31 | 1 | -2/+8 |
* | Use .one() when doing a .bind() with an "unload" event type (#1242) | Brandon Aaron | 2007-05-31 | 1 | -1/+4 |
* | Fix event.which (#1217) | Brandon Aaron | 2007-05-30 | 1 | -46/+37 |
* | Clean up in jQuery.event.add for assigning a handler.guid | Brandon Aaron | 2007-05-23 | 1 | -7/+4 |
* | fix style, prefix and typo in a few comments | Ed Engelhardt | 2007-05-22 | 1 | -2/+2 |
* | Added support for the event object properties relatedTarget, metaKey, which, ... | John Resig | 2007-05-20 | 1 | -2/+23 |
* | Clean up in jQuery.event.fix (#1171) | Brandon Aaron | 2007-05-11 | 1 | -3/+3 |
* | Fix for #1186 | Brandon Aaron | 2007-05-11 | 1 | -1/+1 |
* | Query now throws no warnings under strict mode in Firefox (ticket #922). In f... | John Resig | 2007-04-29 | 1 | -12/+13 |
* | Fix for #1061 | Brandon Aaron | 2007-04-26 | 1 | -1/+3 |
* | unbind handlers with data + test (#935) | Brandon Aaron | 2007-04-24 | 2 | -5/+12 |
* | != undefined :) | Brandon Aaron | 2007-04-24 | 1 | -1/+1 |
* | Don't pass handler function as data for events + test (#1140) | Brandon Aaron | 2007-04-24 | 2 | -10/+15 |
* | Fix an issue with adding multiple event handlers and reattaching the global e... | Brandon Aaron | 2007-04-22 | 1 | -13/+13 |
* | Adding back modified test for #939 | Brandon Aaron | 2007-04-22 | 1 | -2/+20 |
* | Fix scope issue in DOM 2 event handlers | Brandon Aaron | 2007-04-22 | 1 | -12/+18 |
* | Use DOM 2 event handlers, do not trigger click on a tags and event.data no lo... | Brandon Aaron | 2007-04-22 | 2 | -60/+48 |
* | Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n... | John Resig | 2007-03-25 | 1 | -66/+75 |
* | Added test for #815 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+7 |
* | Added test for #935 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+11 |
* | Added test for #939 | Jörn Zaefferer | 2007-03-25 | 1 | -1/+13 |
* | Added a not-yet-failing testcase for #1054 | Jörn Zaefferer | 2007-03-25 | 1 | -3/+4 |
* | Added a not-yet-failing testcase for #1054 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+14 |
* | Fix generic event handler and $events expando removal for IE | Brandon Aaron | 2007-03-05 | 1 | -1/+1 |
* | Fix generic event handler and $events expando removal for IE | Brandon Aaron | 2007-03-05 | 1 | -4/+4 |
* | Cleaned up how event removing was handled. All expandos are now removed when ... | John Resig | 2007-03-01 | 2 | -23/+36 |
* | Backported wiki changes from http://docs.jquery.com/API/1.1.1/Events | Jörn Zaefferer | 2007-02-27 | 1 | -14/+30 |
* | Fix for #964 | Brandon Aaron | 2007-02-25 | 2 | -7/+29 |
* | Fix for bug #959, maintaining a list of event handlers on the 'events' proper... | John Resig | 2007-02-18 | 1 | -12/+12 |
* | Fix for #849 | Brandon Aaron | 2007-02-07 | 1 | -1/+1 |
* | Fixed toggle() test to exclude konquerer | Jörn Zaefferer | 2007-02-05 | 1 | -2/+2 |
* | Fixed docs for trigger, describing the second argument. | Jörn Zaefferer | 2007-01-31 | 1 | -1/+11 |
* | Exclude Opera from toggle test, too (#863) | Jörn Zaefferer | 2007-01-23 | 1 | -2/+2 |
* | Removed another log statement; fixed add(Array) for IE (IE reports form.eleme... | Jörn Zaefferer | 2007-01-23 | 1 | -1/+1 |
* | Modified toggle() test to stop IE from browsing to another site, problem not ... | Jörn Zaefferer | 2007-01-23 | 1 | -3/+7 |
* | Refactored the trigger code a little bit. | John Resig | 2007-01-22 | 1 | -17/+18 |
* | You had to have an event bound in order to trigger an event - which is not ne... | John Resig | 2007-01-22 | 1 | -1/+2 |
* | Triggered event handlers are only executed once now. | John Resig | 2007-01-22 | 1 | -2/+10 |
* | Quick code optimization in trigger. | John Resig | 2007-01-22 | 1 | -7/+5 |
* | Converted a lot of for loops to use jQuery.each() instead. | John Resig | 2007-01-14 | 1 | -4/+6 |
* | Added in jQuery.isFunction(). | John Resig | 2007-01-14 | 1 | -1/+1 |
* | Added a fix for triggered events not being cancellable. (You couldn't return ... | John Resig | 2007-01-13 | 1 | -8/+7 |
* | Removed unnecessary uses of typeof undefined. | John Resig | 2007-01-12 | 1 | -1/+1 |
* | Modified ready to event to pass jQuery object, allowing users to avoid the ug... | Jörn Zaefferer | 2007-01-10 | 1 | -2/+15 |
* | Moved event object docs to wiki | Jörn Zaefferer | 2007-01-09 | 1 | -97/+0 |
* | Removed duplicated show/hide/toggle, added test for toggle(), started documen... | Jörn Zaefferer | 2007-01-09 | 1 | -0/+97 |
* | Reorganized the different effects to be in fx.js, instead of jquery.js - and ... | John Resig | 2007-01-07 | 1 | -23/+17 |