Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order...
[jquery.git] / src / event / event.js
2007-08-19 John ResigComplete overhaul of the Ajax test suite, it's now...
2007-08-07 John ResigMore missing semicolons.
2007-07-31 John ResigWhen we disabled triggering of clicks, we also killed...
2007-07-21 Brandon Aarontrigger DOM0 event handlers when doing a trigger (...
2007-07-20 Brandon AaronFix for #1402
2007-07-12 John ResigFix for IE firing document ready too soon (Bug #1320).
2007-06-30 John ResigDid some minor tidying up.
2007-06-29 Brandon AaronFix for #1322
2007-06-21 Brandon AaronFix for #1187, #1278 and #1279
2007-05-31 Brandon AaronFix for #1185
2007-05-31 Brandon AaronFix for #923, #1136 and #1233
2007-05-31 Brandon AaronUse .one() when doing a .bind() with an "unload" event...
2007-05-30 Brandon AaronFix event.which (#1217)
2007-05-23 Brandon AaronClean up in jQuery.event.add for assigning a handler...
2007-05-22 Ed Engelhardtfix style, prefix and typo in a few comments
2007-05-20 John ResigAdded support for the event object properties relatedTa...
2007-05-11 Brandon AaronClean up in jQuery.event.fix (#1171)
2007-05-11 Brandon AaronFix for #1186
2007-04-29 John ResigQuery now throws no warnings under strict mode in Firef...
2007-04-26 Brandon AaronFix for #1061
2007-04-24 Brandon Aaronunbind handlers with data + test (#935)
2007-04-24 Brandon Aaron!= undefined :)
2007-04-24 Brandon AaronDon't pass handler function as data for events + test...
2007-04-22 Brandon AaronFix an issue with adding multiple event handlers and...
2007-04-22 Brandon AaronFix scope issue in DOM 2 event handlers
2007-04-22 Brandon AaronUse DOM 2 event handlers, do not trigger click on a...
2007-03-05 Brandon AaronFix generic event handler and $events expando removal...
2007-03-05 Brandon AaronFix generic event handler and $events expando removal...
2007-03-01 John ResigCleaned up how event removing was handled. All expandos...
2007-02-27 Jörn ZaeffererBackported wiki changes from docs.jquery.com/API/1...
2007-02-25 Brandon AaronFix for #964
2007-02-18 John ResigFix for bug #959, maintaining a list of event handlers...
2007-02-07 Brandon AaronFix for #849
2007-01-31 Jörn ZaeffererFixed docs for trigger, describing the second argument.
2007-01-22 John ResigRefactored the trigger code a little bit.
2007-01-22 John ResigYou had to have an event bound in order to trigger...
2007-01-22 John ResigTriggered event handlers are only executed once now.
2007-01-22 John ResigQuick code optimization in trigger.
2007-01-14 John ResigConverted a lot of for loops to use jQuery.each() instead.
2007-01-14 John ResigAdded in jQuery.isFunction().
2007-01-13 John ResigAdded a fix for triggered events not being cancellable...
2007-01-12 John ResigRemoved unnecessary uses of typeof undefined.
2007-01-10 Jörn ZaeffererModified ready to event to pass jQuery object, allowing...
2007-01-09 Jörn ZaeffererMoved event object docs to wiki
2007-01-09 Jörn ZaeffererRemoved duplicated show/hide/toggle, added test for...
2007-01-07 John ResigReorganized the different effects to be in fx.js, inste...
2007-01-07 John ResigImproved the categories of a bunch of docs, upped the...
2007-01-06 John ResigConverted instances of new function(){ ... } to use...
2007-01-04 Jörn ZaeffererMerged the three unbind docs into one, added a few...
2007-01-03 Jörn ZaeffererAdded back the check for safari before checking target...
2007-01-02 John ResigIt's now possible to trigger default events like .click...
2007-01-02 John ResigCleaned up a bunch of the event code, removed .oneEvent...
2007-01-01 Jörn Zaefferertypo, a bit formatting
2006-12-31 Brandon AaronFix for #504
2006-12-31 John ResigMoved all the relevant event-related code into the...
2006-12-30 Jörn ZaeffererRemoved documentation for oneXXX and unXXX methods...
2006-12-24 Jörn ZaeffererFix for #689
2006-12-20 Jörn ZaeffererImproved docs for blur() and focus(), mentioning the...
2006-12-19 Jörn ZaeffererFix for #468
2006-12-11 Jörn ZaeffererFixed docs for #134
2006-12-11 Jörn ZaeffererFix for #474
2006-11-18 Jörn ZaeffererTestsuite 2.0
2006-11-15 Brandon AaronFix for #181
2006-10-27 Jörn ZaeffererFix to prevent potential memory leak, dunno if that...
2006-10-27 Jörn ZaeffererModified onexxx handlers to unbind themselve when execu...
2006-10-26 John ResigRolled back Joern's changes. They've been moved to...
2006-10-26 Jörn ZaeffererFixed and improved jQuery's event system: The target...
2006-10-15 John ResigFixed all warnings generated when javascript.options...
2006-10-10 John ResigFixed a bunch of endline issues.
2006-10-06 Jörn ZaeffererRemoved (hopefully) all references to $ within the...
2006-10-06 Jörn ZaeffererFixed bug #222 (again)
2006-10-03 Jörn ZaeffererFixed bug #225 again
2006-10-03 Jörn ZaeffererAdded * You can have as many $(document).ready events...
2006-10-01 Jörn ZaeffererAdded fix for bug #222
2006-10-01 Jörn ZaeffererMarked load() as private, won't work anyway
2006-09-30 Jörn ZaeffererRemoved event test for load; Added fix for bug #225
2006-09-16 John ResigWeird, I never committed the docs for mouseover.
2006-09-08 John ResigMinor documentation fixes.
2006-09-07 Jörn ZaeffererModified test for wrap(String), added test for toggle...
2006-09-05 Jörn ZaeffererTestcase now logs exceptions if a console is avaiable...
2006-09-01 John ResigLots of documentation overhaul - much more documented...
2006-08-31 John ResigOops, syntax error.
2006-08-31 John ResigAdded fix for stray <script> element that was left...
2006-08-26 John ResigAdded in a bunch of fx fixes - and hide/show/toggle...
2006-08-14 John ResigMassive overhauls to the test suite - it is now generat...
2006-08-13 John ResigMoved all the jQuery source to the new src directory.