aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Clos...Greg Lavallee2012-10-161-26/+2
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-32/+32
* Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/i...David Bonner2012-10-151-80/+2
* Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue...James Huston2012-10-151-0/+4
* Update placeholder references to tickets.Dave Methvin2012-08-281-1/+1
* Fix #12383. All selectors should be delegateTarget-relativeDave Methvin2012-08-281-3/+21
* Scorch the earth and retreat on readyState interactive! Close gh-907.Mike Sherov2012-08-231-33/+11
* Fix #12282. IE has premature .readyState == "interactive". Close gh-901.Mike Sherov2012-08-201-10/+15
* Fix #12149. Avoid memory leak on oldIE change events. Close gh-878.Nikita Govorov2012-08-191-0/+23
* Fix #12203. .undelegate() should not remove direcly bound events.Dave Methvin2012-08-071-4/+10
* Sizzle: fix issue with adjusting the context on relative combinators in eleme...Timmy Willison2012-07-231-1/+1
* Support event delegation with relative selectors. Fixes #10762. Closes gh-860.Richard Gibson2012-07-231-7/+10
* Followup on #10791: "[class~=foo]" is better. Closes gh-858.Richard Gibson2012-07-121-2/+2
* Wontfix #10791: please use "[class=foo]" with SVG elementsRichard Gibson2012-07-111-2/+2
* Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848.Mike Sherov2012-07-061-7/+15
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-46/+46
* UPDATE SIZZLE: completed rewrite for better things!timmywil2012-07-021-7/+7
* Fix #11382. #11764. Only prevent click events on disabled elements.Dave Methvin2012-06-271-5/+14
* Fix #11315. Selector for .on() is relative to delegateTarget.Dave Methvin2012-06-271-0/+14
* Add a semicolon in unit test; this pull predated lint mandate.Dave Methvin2012-06-221-1/+1
* Fix #11925, Pass eventHandle to special.teardown. Closes gh-831.Timo Tijhof2012-06-221-0/+15
* Unit tests are linted and passing.Rick Waldron2012-06-211-63/+73
* Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ...timmywil2012-06-181-44/+0
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-101-3/+7
* Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789.Jason Moon2012-05-221-0/+32
* Followup #11649, clean up events in unit test.Dave Methvin2012-05-181-0/+1
* Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.Jason Moon2012-05-181-0/+35
* Fix #11621, $(document).trigger() must bubble to window.Dave Methvin2012-05-121-1/+4
* Transform $.bindReady into $.ready.promise. It is now possible to use $.ready...jaubourg2012-05-061-0/+5
* remove jQuery.quickReady, save bytes, style nits in testsMike Sherov2012-05-041-8/+5
* Fix #10067. Create jQuery.quickReady; closes gh-736.Mike Sherov2012-04-231-0/+20
* Make test async to please Opera 11.1; supplements #11500Rick Waldron2012-04-161-1/+2
* Fix #11500. Allow triggered, simulated change events.Rick Waldron2012-04-101-0/+10
* Fix #11049. Let bubbling submit be cancellable in oldIE.Dave Methvin2012-03-061-3/+41
* Fix #11076. If .clone() won't delegate, we must remediate.Dave Methvin2012-01-281-0/+23
* Fix #8165: Ignore events bubbling through disabled elements.Dave Methvin2012-01-191-2/+12
* Fix #11130: Don't neglect the data arg when event-map is passed.Rick Waldron2012-01-121-3/+19
* Fix #11145: Harden dispatch against a form-aliased "disabled" propertyRichard Gibson2012-01-111-10/+23
* Fix #11021. There should be no mangling of the "hover" namespace.Dave Methvin2011-12-131-1/+5
* Fix #10984. Use origType when unbinding via the event object.Dave Methvin2011-12-131-1/+10
* Fix #10844. Harden quickIs() against form-aliasing of the id property.Dave Methvin2011-11-211-0/+23
* Fix #10791. SVG clamors for special treatment of its class names.Dave Methvin2011-11-161-0/+25
* Allow mapped types to be removed by a namespace-only type name.Dave Methvin2011-11-151-2/+11
* Fix #10794. .triggerHandler() should not .preventDefault().Dave Methvin2011-11-151-1/+8
* Pre-focus the element so the browser won't fire focus while we're faking it.Dave Methvin2011-11-131-0/+3
* Disable DOM focusin test since it can't really work in the swarm.Dave Methvin2011-11-131-4/+5
* Catch more cases where special events were incorrectly removed.Dave Methvin2011-11-131-7/+24
* Avoid collateral damage when removing bindType/delegateType special events.Dave Methvin2011-11-101-7/+42
* Ensure the hover event doesn't match hovercraft. Witchcraft, maybe.Dave Methvin2011-11-101-0/+3
* Fix #10705. Don't bail too soon in `.off()` event string processing.Dave Methvin2011-11-091-0/+24