| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 1 | -472/+0 |
* | Fixed a bug in event - "native" is a reserved word in Safari 2. | John Resig | 2007-09-07 | 1 | -2/+2 |
* | Removed all inline documentation. The current version of all documentation is... | John Resig | 2007-09-04 | 1 | -569/+10 |
* | Added namespaced events to bind, unbind, and trigger. This allows you to deal... | John Resig | 2007-09-03 | 1 | -9/+29 |
* | Reverted the change that I made in #1320. | John Resig | 2007-09-02 | 1 | -1/+1 |
* | Made it so that you can pass in an event object to the trigger data args and ... | John Resig | 2007-08-30 | 1 | -2/+9 |
* | Added a new extra fn arg to trigger (so you don't have to simulate the trigge... | John Resig | 2007-08-30 | 1 | -4/+13 |
* | Made jQuery's internal trigger method return the value from handle. (Bug #1417) | John Resig | 2007-08-28 | 1 | -0/+5 |
* | Made it so that the last return value is always returned from handle() (unles... | John Resig | 2007-08-28 | 1 | -2/+6 |
* | Only bind .ready() once per instance of jQuery - and only bind if the ready()... | John Resig | 2007-08-22 | 1 | -1/+11 |
* | Fixed the case where global events weren't being triggered on window and docu... | John Resig | 2007-08-22 | 1 | -1/+1 |
* | Fix for a selector speed regression (calling a simple selector many times res... | John Resig | 2007-08-21 | 1 | -4/+0 |
* | Fixed two cases where []. was used instead of Array.prototype. (Bug #1427) | John Resig | 2007-08-20 | 1 | -1/+1 |
* | Make jQuery work without warnings in strict mode, in Firefox. | John Resig | 2007-08-20 | 1 | -2/+2 |
* | Complete overhaul of the Ajax test suite, it's now passing in all browsers. I... | John Resig | 2007-08-19 | 1 | -28/+7 |
* | More missing semicolons. | John Resig | 2007-08-07 | 1 | -2/+2 |
* | When we disabled triggering of clicks, we also killed off blur and focus, thi... | John Resig | 2007-07-31 | 1 | -1/+1 |
* | trigger DOM0 event handlers when doing a trigger (#1363) | Brandon Aaron | 2007-07-21 | 1 | -3/+7 |
* | Fix for #1402 | Brandon Aaron | 2007-07-20 | 1 | -2/+2 |
* | Fix for IE firing document ready too soon (Bug #1320). | John Resig | 2007-07-12 | 1 | -1/+1 |
* | Did some minor tidying up. | John Resig | 2007-06-30 | 1 | -6/+5 |
* | 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 | 1 | -1/+4 |
* | != 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 | 1 | -5/+5 |
* | Fix an issue with adding multiple event handlers and reattaching the global e... | Brandon Aaron | 2007-04-22 | 1 | -13/+13 |
* | 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 | 1 | -24/+36 |
* | 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 | 1 | -21/+27 |
* | 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 | 1 | -6/+24 |
* | 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 docs for trigger, describing the second argument. | Jörn Zaefferer | 2007-01-31 | 1 | -1/+11 |
* | 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 |