aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Expand)AuthorAgeFilesLines
...
* Event: remove preDispatch hook & simplify "simulate" signatureOleg Gaidarenko2015-06-051-7/+4
* Event: remove outdated originalEvent hackOleg Gaidarenko2015-05-291-7/+13
* Event: Remove fake originalEvent from jQuery.Event.simulateGabriel Schulhof2015-05-291-2/+6
* Event: provide verbose comment for focus(in | out) & rename support propOleg Gaidarenko2015-05-191-5/+11
* Data: remove the expando when there's no more dataTimmy Willison2015-05-121-7/+2
* Event: remove redundant guards for the event methodsOleg Gaidarenko2015-05-031-3/+3
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-031-2/+3
* Event: add support commentOleg Gaidarenko2015-05-031-0/+6
* Event: remove guard for falsy handler argument of jQuery#on methodOleg Gaidarenko2015-05-031-2/+0
* Event: correct support commentOleg Gaidarenko2015-03-081-1/+3
* Data: move element cache to element[expando]Rick Waldron2015-03-041-1/+5
* Event: Add a note about a mouseenter bug in ChromeMichał Gołębiowski2015-01-251-0/+4
* Event: HTML5 drop events inherit from MouseEventDave Methvin2015-01-141-1/+1
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-101-2/+2
* Event: Normalize mouse event properties in drag eventsAditya Raghavan2015-01-051-1/+1
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+2
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-091-1/+1
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-031-1/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-8/+5
* Event: Restore the `constructor` property on jQuery.Event prototypeDaniel Herman2014-09-041-0/+1
* Core: Drop strundefined variableChris Antaki2014-09-021-3/+2
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-25/+40
* Support: clean up comments and Support notationDave Methvin2014-06-101-5/+5
* Event: Fix isDefaultPrevented for bubbled events in Android 2.3Michał Gołębiowski2014-03-201-2/+2
* Event: Treat Pointer events like mouse events, #14741louisremi2014-03-161-2/+4
* Event: Call underlying stopImmediatePropagation when presentDave Methvin2014-03-121-0/+7
* Event: Allow triggerHandler(beforeunload)Dave Methvin2014-03-041-1/+1
* Ref #14180, let focusin/out work on non-element targets.Dave Methvin2013-11-141-2/+2
* Event: Fix #14544. Remove elem from event handle, close gh-1400.Ilya Kantor2013-11-141-7/+2
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-121-7/+17
* No ticket. Remove useless commentOleg2013-10-281-1/+0
* Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."Dave Methvin2013-10-221-14/+7
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-221-7/+14
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-151-13/+13
* Fix #13993. Save result of native inline handlers. Close gh-1368.Dave Methvin2013-10-061-2/+5
* Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close gh...Dave Methvin2013-09-191-3/+4
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-131-3/+3
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-0/+1
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-13/+15
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+1
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-4/+5
* No ticket. Add a support note about defaultPrevented missing in Android < 4.0Michał Gołębiowski2013-08-191-1/+4
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-6/+20
* Fix #13255. Set a default event target for Cordova.Dave Methvin2013-05-021-0/+6
* Fix #13393. Avoid IE9 activeElement of death.Dave Methvin2013-04-081-2/+8
* No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._da...Oleg Gaidarenko2013-04-081-6/+3
* Ref #12652: Allow overriding native .click() suppressionRichard Gibson2013-04-081-11/+16
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-3/+4
* Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.Michał Gołębiowski2013-04-041-3/+1
* Update grunt-contrib-jshint to 0.3.0, close gh-1204.Michał Gołębiowski2013-04-031-0/+2