aboutsummaryrefslogtreecommitdiffstats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed another log statement; fixed add(Array) for IE (IE reports form.eleme...Jörn Zaefferer2007-01-231-1/+1
* Modified toggle() test to stop IE from browsing to another site, problem not ...Jörn Zaefferer2007-01-231-3/+7
* Refactored the trigger code a little bit.John Resig2007-01-221-17/+18
* You had to have an event bound in order to trigger an event - which is not ne...John Resig2007-01-221-1/+2
* Triggered event handlers are only executed once now.John Resig2007-01-221-2/+10
* Quick code optimization in trigger.John Resig2007-01-221-7/+5
* Converted a lot of for loops to use jQuery.each() instead.John Resig2007-01-141-4/+6
* Added in jQuery.isFunction().John Resig2007-01-141-1/+1
* Added a fix for triggered events not being cancellable. (You couldn't return ...John Resig2007-01-131-8/+7
* Removed unnecessary uses of typeof undefined.John Resig2007-01-121-1/+1
* Modified ready to event to pass jQuery object, allowing users to avoid the ug...Jörn Zaefferer2007-01-101-2/+15
* Moved event object docs to wikiJörn Zaefferer2007-01-091-97/+0
* Removed duplicated show/hide/toggle, added test for toggle(), started documen...Jörn Zaefferer2007-01-091-0/+97
* Reorganized the different effects to be in fx.js, instead of jquery.js - and ...John Resig2007-01-071-23/+17
* Improved the categories of a bunch of docs, upped the version to 1.1.John Resig2007-01-071-25/+25
* Converted instances of new function(){ ... } to use jQuery.each(...) instead....John Resig2007-01-061-209/+3
* Merged the three unbind docs into one, added a few more (optional) hints; Use...Jörn Zaefferer2007-01-041-25/+13
* Added back the check for safari before checking target.nodeType, IE fails oth...Jörn Zaefferer2007-01-031-1/+1
* It's now possible to trigger default events like .click(), .submit(), .focus(...John Resig2007-01-021-5/+9
* Cleaned up a bunch of the event code, removed .oneEvent() and .unEvent().John Resig2007-01-021-39/+26
* typo, a bit formattingJörn Zaefferer2007-01-011-534/+534
* Fix for #504Brandon Aaron2006-12-311-5/+15
* Moved all the relevant event-related code into the event module.John Resig2006-12-311-0/+313
* Removed documentation for oneXXX and unXXX methods (not yet implementation), ...Jörn Zaefferer2006-12-301-840/+2
* Implemented, tested and documented #202Jörn Zaefferer2006-12-281-0/+43
* Fix for #689Jörn Zaefferer2006-12-241-6/+8
* Improved docs for blur() and focus(), mentioning the difference between calli...Jörn Zaefferer2006-12-201-1/+7
* Fix for #468Jörn Zaefferer2006-12-191-0/+1
* Fixed docs for #134Jörn Zaefferer2006-12-111-6/+10
* Fix for #474Jörn Zaefferer2006-12-111-1/+1
* Testsuite 2.0Jörn Zaefferer2006-11-182-51/+11
* Fix for #181Brandon Aaron2006-11-151-5/+6
* Fix to prevent potential memory leak, dunno if that actually helpsJörn Zaefferer2006-10-271-0/+1
* Modified onexxx handlers to unbind themselve when executed; Reintroduced even...Jörn Zaefferer2006-10-271-14/+9
* Rolled back Joern's changes. They've been moved to another branch, and will b...John Resig2006-10-261-4/+16
* Fixed and improved jQuery's event system: The target property of the event ob...Jörn Zaefferer2006-10-261-16/+4
* Fixed all warnings generated when javascript.options.strict is enabled in Fir...John Resig2006-10-151-1/+1
* Fixed a bunch of endline issues.1.0.2John Resig2006-10-101-1667/+1667
* Removed (hopefully) all references to $ within the jQuery code itselfJörn Zaefferer2006-10-061-1/+1
* Fixed bug #222 (again)Jörn Zaefferer2006-10-061-1/+1
* Fixed bug #225 againJörn Zaefferer2006-10-031-1/+4
* Added * You can have as many $(document).ready events on your page as you like.Jörn Zaefferer2006-10-031-0/+2
* Added fix for bug #222Jörn Zaefferer2006-10-011-1662/+1662
* Marked load() as private, won't work anywayJörn Zaefferer2006-10-011-0/+4
* Removed event test for load; Added fix for bug #225Jörn Zaefferer2006-09-301-2/+12