aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Expand)AuthorAgeFilesLines
...
* | Make it so that you can pass in event data to .click(), et. al. Fixes #6187.jeresig2010-02-261-2/+4
|/
* Make sure that unbinding on a plain javascript object works correctly. Fixes ...jeresig2010-02-261-2/+6
* Make sure that the correct type is set for live mouseenter/mouseleave events....jeresig2010-02-261-0/+1
* Make sure that live events bubble unless explicitly told not to, like a norma...jeresig2010-02-261-8/+20
* Make sure that elements that have been removed also have their special events...jeresig2010-02-131-0/+4
* Make sure that mousing over XUL elements results in no trigger of a mouseleav...jeresig2010-02-131-16/+13
* Make sure that live focus and blur events also bind to the regular events, to...jeresig2010-02-131-1/+8
* When binding a change directly to a file input just passthrough to the normal...jeresig2010-02-131-0/+4
* Make sure that there are some live events before continuing on.jeresig2010-02-121-1/+1
* Make sure that live mouseenter/mouseleave work properly. Fixes #6077.jeresig2010-02-111-8/+16
* Make sure that the teardown is called after all the handlers of a type are re...John Resig2010-02-111-1/+1
* Simplify the special change/submit event removal logic, per Scott's suggestio...jeresig2010-02-101-5/+2
* Updated formatting for the change/submit special event logic. Also switched t...jeresig2010-02-081-83/+84
* Fix in logic for handling exclusive namespace testing. Fixes #6048.jeresig2010-02-081-2/+2
* Update special events to work with the internal event system changes. Also fi...jeresig2010-02-051-15/+17
* Rewrote the live event handling to use the new event logic. Also added in sup...jeresig2010-02-041-69/+84
* A large refactor of the event handling logic. Data and namespace information ...jeresig2010-02-041-149/+142
* Add .delegate() and .undelegate(). An alternative to using .live() which goes...jeresig2010-02-011-6/+22
* Further optimize the empty/remove/cleanData logic.jeresig2010-01-281-5/+9
* Provide a way to simulate default browser actions. Fixes #5973.jeresig2010-01-281-2/+5
* Make sure namespaces is always an array, when passed to the remove special. F...jeresig2010-01-281-2/+5
* Make sure that jQuery.data( elem ) always returns a data object, fixes #5971....jeresig2010-01-281-41/+79
* No reason to limit the initial change data store to just radio elements. Fixe...jeresig2010-01-271-4/+1
* Make sure that special.add actually copies over event namespaces and data. Fi...jeresig2010-01-251-0/+2
* Make sure multiple bound events have their namespaces and data maintained. Fi...jeresig2010-01-251-3/+12
* Make sure that it's possible to preventDefault natively-triggered (submit, fo...jeresig2010-01-251-20/+32
* Make sure that .die() with no args works. Fixes #5789.jeresig2010-01-231-3/+3
* Select (with a selected) fired change on first focus in IE. Fixes #5869.Matt Curry2010-01-231-4/+4
* Added support for multiple live event handlers, live hover, and live focus/bl...Irae Brasil2010-01-231-9/+24
* Make sure that live handlers don't stop inline scripts from executing. Fixes ...Irae Brasil2010-01-231-1/+1
* Make sure non-left-click events don't bubble. Fixes #3861.Irae Brasil2010-01-231-0/+5
* Adding in the change recommended by Alexander Farkas to fix some bugs in the ...jeresig2010-01-181-2/+2
* Fix missing var declaration for the length iterator.jeresig2010-01-181-1/+1
* Expose the proxy object on the object, for the benefit of plugin authors (Tha...John Resig2010-01-151-0/+2
* Removed extraneous thisObject references. Thanks to Matt Dunlap for the heads...John Resig2010-01-141-2/+1
* Make sure no exception is thrown if no event handler is found (which is the c...jeresig2010-01-131-0/+6
* Fixed typo in logic, also disabled function setters in this case to allow th...jeresig2010-01-121-2/+2
* Make sure that the focusin and focusout easy-bind methods are exposed.jeresig2010-01-121-1/+1
* Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri...jeresig2010-01-111-18/+5
* Make sure that submit event is still bound for regular form submit events. Th...jeresig2010-01-111-0/+3
* Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - a...jeresig2010-01-061-5/+18
* Merging in jQuery.proxy() branch.jeresig2010-01-051-29/+16
|\
| * Added in a holdover jQuery.event.guid for back-compat (two plugins use it: mo...jeresig2010-01-051-0/+4
| * Moved jQuery.proxy() into core.jeresig2009-12-311-20/+3
| * Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to jQ...jeresig2009-12-311-30/+30
* | Merge branch 'bug-5735'jeresig2009-12-311-1/+1
|\ \
| * | Rather than declaring empty anonymous functions all around, introduce and use...jeresig2009-12-311-1/+1
| |/
* / When .bind('unload') was called it accidentally went recursive, from 1bac6165...jeresig2009-12-311-3/+5
|/
* Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8d36571d1894.jeresig2009-12-211-1/+1
* Standardize on using double-quotes for string literals.jeresig2009-12-211-2/+3