Improved the categories of a bunch of docs, upped the version to 1.1.
[jquery.git] / src / event / event.js
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.