aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "Event: remove guard for falsy handler argument of jQuery#on method"Timmy Willison2016-01-071-0/+2
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-3/+2
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-251-3/+4
* Tests:Docs: Fix various typosGary Ye2015-10-121-1/+1
* Event: Use form prop so that a propHook can be usedAdrian Olek2015-09-141-1/+6
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-3/+4
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-59/+94
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-1/+2
* Event: Reduce differences from masterRichard Gibson2015-08-101-7/+6
* Event: Update support comments for mouseenter/mouseleave implementationMichał Gołębiowski2015-07-271-7/+4
* Core: Adjust comments & tests after dropping Safari 6 supportMichał Gołębiowski2015-07-271-1/+1
* Event: Remove an internal argument to the on methodMichał Gołębiowski2015-06-141-51/+55
* Event: correct an unfinished commentOleg Gaidarenko2015-06-051-1/+1
* Event: remove preDispatch hook & simplify "simulate" signatureOleg Gaidarenko2015-06-051-11/+9
* Event: improve originalEvent hackOleg Gaidarenko2015-05-291-6/+12
* Event: provide verbose info for focus(in | out) & rename support propsOleg Gaidarenko2015-05-191-10/+17
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-031-1/+1
* Event: add support commentOleg Gaidarenko2015-05-031-0/+7
* 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
* Event: Add a note about a mouseenter bug in ChromeMichał Gołębiowski2015-01-251-0/+8
* 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
* Event: Add reference to data moduleNorman Xu2014-12-311-1/+1
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-091-1/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-3/+4
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-031-1/+1
* Event: Restore the `constructor` property on jQuery.Event prototypeDaniel Herman2014-09-041-0/+1
* Core: Drop strundefined variableChris Antaki2014-09-021-4/+3
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-26/+52
* Event: Remove redundant fallback to getPreventDefault()Michał Gołębiowski2014-03-201-5/+3
* 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-2/+3
* Ref #14180, let focusin/out work on non-element targets.Dave Methvin2013-11-141-2/+2
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-121-7/+16
* Fix some code style inconsistenciesOleg2013-11-071-2/+2
* 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-15/+14
* 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-2/+8
* 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-12/+14
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+1
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-6/+6
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-7/+20
* Remove an unnecessary commentMichał Gołębiowski2013-05-241-1/+0
* Fix #13393. Avoid IE9 activeElement of death.Dave Methvin2013-04-081-2/+8