aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/event.js
Commit message (Collapse)AuthorAgeFilesLines
* Modified ready to event to pass jQuery object, allowing users to avoid the ↵Jörn Zaefferer2007-01-101-2/+15
| | | | ugly custom alias pattern, added examples to both ready(Function) and $(Function)
* Moved event object docs to wikiJörn Zaefferer2007-01-091-97/+0
|
* Removed duplicated show/hide/toggle, added test for toggle(), started ↵Jörn Zaefferer2007-01-091-0/+97
| | | | documentation of event properties/methods
* Reorganized the different effects to be in fx.js, instead of jquery.js - and ↵John Resig2007-01-071-23/+17
| | | | cleaned up some of the documentation.
* 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(...) ↵John Resig2007-01-061-209/+3
| | | | instead. Also, removed unnecessary documentation for trigger functions (.mouseup()!?).
* Merged the three unbind docs into one, added a few more (optional) hints; ↵Jörn Zaefferer2007-01-041-25/+13
| | | | Use one() instead of bind() for unload
* Added back the check for safari before checking target.nodeType, IE fails ↵Jörn Zaefferer2007-01-031-1/+1
| | | | otherwise
* It's now possible to trigger default events like .click(), .submit(), ↵John Resig2007-01-021-5/+9
| | | | .focus(), etc. Using the jQuery event trigger.
* 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
| | | | added implementation for one()
* Fix for #689Jörn Zaefferer2006-12-241-6/+8
|
* Improved docs for blur() and focus(), mentioning the difference between ↵Jörn Zaefferer2006-12-201-1/+7
| | | | calling the jQuery method and the DOM method
* 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-181-51/+0
|
* 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 ↵Jörn Zaefferer2006-10-271-14/+9
| | | | event fixes (and added some more comments)
* Rolled back Joern's changes. They've been moved to another branch, and will ↵John Resig2006-10-261-4/+16
| | | | be merged for 1.1.
* Fixed and improved jQuery's event system: The target property of the event ↵Jörn Zaefferer2006-10-261-16/+4
| | | | object is now fixed (IE and Safari), bind() accepts now a third parameter "amount" to run the function only the specified number of times, oneclick etc. uses this new bind - it removes the handler when it is not necessary anymore, therefore providing better performance, see accordion for test/demo ( http://joern.jquery.com/accordion/accordion.html )
* Fixed all warnings generated when javascript.options.strict is enabled in ↵John Resig2006-10-151-1/+1
| | | | Firefox about:config.
* 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
|
* Weird, I never committed the docs for mouseover.John Resig2006-09-161-0/+68
|
* Minor documentation fixes.John Resig2006-09-081-2/+3
|
* Modified test for wrap(String), added test for toggle(fn, fn)Jörn Zaefferer2006-09-071-0/+7
|
* Testcase now logs exceptions if a console is avaiable, makes it easier to ↵Jörn Zaefferer2006-09-051-0/+42
| | | | find bugs; Added test for all base events
* Lots of documentation overhaul - much more documented, cat output works ↵John Resig2006-09-011-684/+548
| | | | better now.
* Oops, syntax error.John Resig2006-08-311-1/+1
|
* Added fix for stray <script> element that was left for IE for the DOMReady ↵John Resig2006-08-311-2/+3
| | | | check.
* Added in a bunch of fx fixes - and hide/show/toggle are decoupled from later ↵John Resig2006-08-261-3/+3
| | | | methods.
* Massive overhauls to the test suite - it is now generated dynamically, along ↵John Resig2006-08-141-4/+4
| | | | with the documentation.
* Moved all the jQuery source to the new src directory.John Resig2006-08-131-0/+1665