aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Expand)AuthorAgeFilesLines
* Event: Fix handling of multiple async focus eventsRichard Gibson2019-04-291-0/+43
* Event: Prevent leverageNative from double-firing focusinRichard Gibson2019-03-251-5/+1
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-201-30/+133
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-3/+4
* Event: Move event aliases to deprecatedDave Methvin2018-01-151-86/+0
* Tests: fix function reference for unbindingTimmy Willison2018-01-081-4/+4
* Core: deprecate jQuery.proxy (not slated for removal)Timmy Willison2018-01-081-7/+8
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-3/+2
* Tests: Account for TestSwarm focus issuesRichard Gibson2017-07-201-89/+98
* Tests: Simulate events when CI hinders use of native onesRichard Gibson2017-07-201-120/+107
* Tests: Reduce the abort timeout for simple focus testingRichard Gibson2017-07-191-7/+3
* Tests: Abort focus tests when the environment doesn't cooperateRichard Gibson2017-07-181-1/+10
* Tests: Try extra hard to control focusRichard Gibson2017-07-181-12/+21
* Event: `stopPropagation()` on native event-handlerPierre Spring2017-07-101-0/+41
* Tests: add test for passing trigger data to radio click handlerTimmy Willison2017-03-201-0/+10
* Revert "Event: Add radio click triggering tests"Timmy Willison2017-03-201-26/+11
* Event: Add radio click triggering testsAlex Padilla2017-01-191-11/+26
* Build: ESLint detailsOleg Gaidarenko2016-06-111-19/+20
* Event: Allow constructing a jQuery.Event without a targetDave Methvin2016-06-021-0/+9
* Events: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-191-7/+90
* Event: Cover invalid delegation selector edge casesRichard Gibson2016-05-061-8/+10
* Event: Evaluate delegate selectors at add timeFelipe Sateler2016-05-061-0/+13
* Event: Remove fixHooks, propHooks; switch to ES5 getter with addPropJason Bedard2016-05-041-15/+7
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-12/+12
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-3/+3
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-301-0/+1
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-34/+25
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-191-0/+22
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-1/+2
* Event: Move VML test out of event alias testDave Methvin2015-11-071-5/+15
* Event: Make event aliases optional in unit testsDave Methvin2015-11-061-44/+41
* Event: Add basic unit tests for event aliasesDave Methvin2015-11-051-0/+18
* Event: Ensure delegation doesn't error on comment nodesTimmy Willison2015-11-041-0/+27
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-291-0/+12
* Event: fix incorrect testOleg Gaidarenko2015-10-121-7/+1
* Tests:Docs: Fix various typosGary Ye2015-10-121-1/+1
* Tests: Account for Edge in originalEvent UA-sniffsMichał Gołębiowski2015-09-141-6/+4
* Data: avoid using delete on DOM nodesJason Bedard2015-09-081-2/+5
* Tests: more style correctionsOleg Gaidarenko2015-09-081-1/+1
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-4/+10
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-929/+937
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-569/+591
* Event: Only check elements for delegation matchesRichard Gibson2015-08-101-0/+11
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-3/+9
* Docs: Fix various spelling mistakesBruno Pérel2015-07-301-1/+1
* Event: remove outdated originalEvent hackOleg Gaidarenko2015-05-291-16/+49
* Event: Remove fake originalEvent from jQuery.Event.simulateGabriel Schulhof2015-05-291-0/+54
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-191-8/+1
* Data: remove the expando when there's no more dataTimmy Willison2015-05-121-0/+21
* Event: remove guard for falsy handler argument of jQuery#on methodOleg Gaidarenko2015-05-031-14/+0