aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Expand)AuthorAgeFilesLines
* Event: Add "code" property to Event objecttmybr112018-04-171-0/+1
* Tests: fix tests in AMD modeTimmy Willison2018-01-161-1/+1
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-2/+4
* Core: deprecate jQuery.nowTimmy Willison2018-01-081-1/+1
* Revert "Event: Trigger checkbox and radio click events identically"Timmy Willison2017-03-201-7/+3
* Build: fix tests in AMD modeTimmy Willison2017-03-061-3/+4
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-3/+5
* Event: Trigger checkbox and radio click events identicallyAlex Padilla2017-01-191-4/+6
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-4/+4
* Event: Optimize delegated event processingRichard Gibson2016-08-041-17/+24
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-151-1/+13
* 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