aboutsummaryrefslogtreecommitdiffstats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
* Only bind .ready() once per instance of jQuery - and only bind if the ready()...John Resig2007-08-221-1/+11
* Fixed the case where global events weren't being triggered on window and docu...John Resig2007-08-221-1/+1
* Fix for a selector speed regression (calling a simple selector many times res...John Resig2007-08-211-4/+0
* Fixed two cases where []. was used instead of Array.prototype. (Bug #1427)John Resig2007-08-201-1/+1
* Make jQuery work without warnings in strict mode, in Firefox.John Resig2007-08-201-2/+2
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-191-28/+7
* More missing semicolons.John Resig2007-08-071-2/+2
* When we disabled triggering of clicks, we also killed off blur and focus, thi...John Resig2007-07-311-1/+1
* trigger DOM0 event handlers when doing a trigger (#1363)Brandon Aaron2007-07-212-4/+15
* broken test in IEBrandon Aaron2007-07-201-13/+11
* Fix for #1402Brandon Aaron2007-07-201-2/+2
* Fix for IE firing document ready too soon (Bug #1320).John Resig2007-07-121-1/+1
* Tweaked some of the tests, added in events and fx tests.John Resig2007-07-091-10/+5
* Did some minor tidying up.John Resig2007-06-301-6/+5
* Fix for #1322Brandon Aaron2007-06-291-3/+3
* Fix for #1187, #1278 and #1279Brandon Aaron2007-06-211-3/+4
* Fix for #1185Brandon Aaron2007-05-311-7/+12
* Fix for #923, #1136 and #1233Brandon Aaron2007-05-311-2/+8
* Use .one() when doing a .bind() with an "unload" event type (#1242)Brandon Aaron2007-05-311-1/+4
* Fix event.which (#1217)Brandon Aaron2007-05-301-46/+37
* Clean up in jQuery.event.add for assigning a handler.guidBrandon Aaron2007-05-231-7/+4
* fix style, prefix and typo in a few commentsEd Engelhardt2007-05-221-2/+2
* Added support for the event object properties relatedTarget, metaKey, which, ...John Resig2007-05-201-2/+23
* Clean up in jQuery.event.fix (#1171)Brandon Aaron2007-05-111-3/+3
* Fix for #1186Brandon Aaron2007-05-111-1/+1
* Query now throws no warnings under strict mode in Firefox (ticket #922). In f...John Resig2007-04-291-12/+13
* Fix for #1061Brandon Aaron2007-04-261-1/+3
* unbind handlers with data + test (#935)Brandon Aaron2007-04-242-5/+12
* != undefined :)Brandon Aaron2007-04-241-1/+1
* Don't pass handler function as data for events + test (#1140)Brandon Aaron2007-04-242-10/+15
* Fix an issue with adding multiple event handlers and reattaching the global e...Brandon Aaron2007-04-221-13/+13
* Adding back modified test for #939Brandon Aaron2007-04-221-2/+20
* Fix scope issue in DOM 2 event handlersBrandon Aaron2007-04-221-12/+18
* Use DOM 2 event handlers, do not trigger click on a tags and event.data no lo...Brandon Aaron2007-04-222-60/+48
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...John Resig2007-03-251-66/+75
* Added test for #815Jörn Zaefferer2007-03-251-0/+7
* Added test for #935Jörn Zaefferer2007-03-251-0/+11
* Added test for #939Jörn Zaefferer2007-03-251-1/+13
* Added a not-yet-failing testcase for #1054Jörn Zaefferer2007-03-251-3/+4
* Added a not-yet-failing testcase for #1054Jörn Zaefferer2007-03-251-0/+14
* Fix generic event handler and $events expando removal for IEBrandon Aaron2007-03-051-1/+1
* Fix generic event handler and $events expando removal for IEBrandon Aaron2007-03-051-4/+4
* Cleaned up how event removing was handled. All expandos are now removed when ...John Resig2007-03-012-23/+36
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/EventsJörn Zaefferer2007-02-271-14/+30
* Fix for #964Brandon Aaron2007-02-252-7/+29
* Fix for bug #959, maintaining a list of event handlers on the 'events' proper...John Resig2007-02-181-12/+12
* Fix for #849Brandon Aaron2007-02-071-1/+1
* Fixed toggle() test to exclude konquererJörn Zaefferer2007-02-051-2/+2
* Fixed docs for trigger, describing the second argument.Jörn Zaefferer2007-01-311-1/+11
* Exclude Opera from toggle test, too (#863)Jörn Zaefferer2007-01-231-2/+2