aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Expand)AuthorAgeFilesLines
* Event: Add the most commonly used pointer event propertiesScott González2016-06-091-0/+2
* Event: Allow constructing a jQuery.Event without a targetDave Methvin2016-06-021-1/+1
* Events: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-191-3/+4
* Event: Add touch event properties, eliminates need for a pluginDave Methvin2016-05-091-0/+3
* Event: Cover invalid delegation selector edge casesRichard Gibson2016-05-061-3/+5
* Event: Evaluate delegate selectors at add timeFelipe Sateler2016-05-061-0/+5
* Event: Remove pageX/pageY fill for event objectDave Methvin2016-05-061-34/+2
* Event: Remove fixHooks, propHooks; switch to ES5 getter with addPropJason Bedard2016-05-041-81/+115
* Event: Make event dispatch optimizable by JavaScript enginesDamian Senn2016-04-271-5/+9
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-5/+5
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-2/+2
* Docs: use https where possibleBernhard M. Wiedemann2016-01-271-1/+1
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-191-0/+2
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-061-225/+1
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-181-3/+4
* Tests:Docs: Fix various typosGary Ye2015-10-121-1/+1
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-5/+5
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-50/+70
* Event: Only check elements for delegation matchesRichard Gibson2015-08-101-1/+2
* 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: 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