aboutsummaryrefslogtreecommitdiffstats
path: root/src/event
Commit message (Collapse)AuthorAgeFilesLines
...
* != 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 ↵Brandon Aaron2007-04-221-13/+13
| | | | event handler in IE
* 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 ↵Brandon Aaron2007-04-222-60/+48
| | | | longer global
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a ↵John Resig2007-03-251-66/+75
| | | | new triggerEvent() method to the test runner to help us better test actual event interactions.
* 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
| | | | they are no longer needed. Additionally, a bug where all events are unbound if an incorrect event handler is provided, was fixed.
* 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' ↵John Resig2007-02-181-12/+12
| | | | property was causing problems with elements whom had that ID.
* 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 ↵Jörn Zaefferer2007-01-231-1/+1
| | | | form.elements.nodeName == "FORM")
* Modified toggle() test to stop IE from browsing to another site, problem not ↵Jörn Zaefferer2007-01-231-3/+7
| | | | solved
* 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 ↵John Resig2007-01-221-1/+2
| | | | necessarily the case.
* 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
| | | | false to stop a .submit(), for example.)
* 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 ↵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()
* 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 ↵Jörn Zaefferer2006-12-201-1/+7
| | | | calling the jQuery method and the DOM method
* Fix for #468Jörn Zaefferer2006-12-191-0/+1
|