| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #12569. Improve feature detect for event bubbling. Close gh-1076. | Oleg | 2012-12-20 | 1 | -0/+28 |
* | Remove .live() tests now in Migrate plugin. | Dave Methvin | 2012-12-18 | 1 | -578/+25 |
* | Adjust html parsing in event tests to use jQuery.parseHTML explicitly. | Timmy Willison | 2012-12-13 | 1 | -3/+3 |
* | Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034. | Oleg | 2012-12-11 | 1 | -0/+49 |
* | Test: Update index.html to new QUnit format. Close gh-1061. | Timo Tijhof | 2012-12-10 | 1 | -10/+10 |
* | Fix #12733. Ignore excess spaciness in event strings. | Dave Methvin | 2012-11-24 | 1 | -1/+1 |
* | Close #10882. Test case for "hover" event in 1.9 | Dave Methvin | 2012-11-24 | 1 | -0/+11 |
* | Fix #12868. Use native focus/blur to get event order right. | Dave Methvin | 2012-11-24 | 1 | -0/+44 |
* | Fix #3827. Get the correct checkbox status for a click handler. | Dave Methvin | 2012-11-24 | 1 | -0/+29 |
* | No ticket: update test suite to pass QUnit globals check in most environments... | Richard Gibson | 2012-11-05 | 1 | -0/+2 |
* | Missing semicolon. | Dave Methvin | 2012-10-21 | 1 | -1/+1 |
* | Fix failing tests for beforeunload in Safari 5.0. Close gh-1002. | Oleg | 2012-10-21 | 1 | -12/+28 |
* | Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close gh... | Oleg | 2012-10-20 | 1 | -9/+52 |
* | Fix #12739. Keep namespace when triggering with an Event. Close gh-972. | Allen J Schmidt Jr | 2012-10-19 | 1 | -0/+37 |
* | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Clos... | Greg Lavallee | 2012-10-16 | 1 | -26/+2 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -32/+32 |
* | Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/i... | David Bonner | 2012-10-15 | 1 | -80/+2 |
* | Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue... | James Huston | 2012-10-15 | 1 | -0/+4 |
* | Update placeholder references to tickets. | Dave Methvin | 2012-08-28 | 1 | -1/+1 |
* | Fix #12383. All selectors should be delegateTarget-relative | Dave Methvin | 2012-08-28 | 1 | -3/+21 |
* | Scorch the earth and retreat on readyState interactive! Close gh-907. | Mike Sherov | 2012-08-23 | 1 | -33/+11 |
* | Fix #12282. IE has premature .readyState == "interactive". Close gh-901. | Mike Sherov | 2012-08-20 | 1 | -10/+15 |
* | Fix #12149. Avoid memory leak on oldIE change events. Close gh-878. | Nikita Govorov | 2012-08-19 | 1 | -0/+23 |
* | Fix #12203. .undelegate() should not remove direcly bound events. | Dave Methvin | 2012-08-07 | 1 | -4/+10 |
* | Sizzle: fix issue with adjusting the context on relative combinators in eleme... | Timmy Willison | 2012-07-23 | 1 | -1/+1 |
* | Support event delegation with relative selectors. Fixes #10762. Closes gh-860. | Richard Gibson | 2012-07-23 | 1 | -7/+10 |
* | Followup on #10791: "[class~=foo]" is better. Closes gh-858. | Richard Gibson | 2012-07-12 | 1 | -2/+2 |
* | Wontfix #10791: please use "[class=foo]" with SVG elements | Richard Gibson | 2012-07-11 | 1 | -2/+2 |
* | Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848. | Mike Sherov | 2012-07-06 | 1 | -7/+15 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -46/+46 |
* | UPDATE SIZZLE: completed rewrite for better things! | timmywil | 2012-07-02 | 1 | -7/+7 |
* | Fix #11382. #11764. Only prevent click events on disabled elements. | Dave Methvin | 2012-06-27 | 1 | -5/+14 |
* | Fix #11315. Selector for .on() is relative to delegateTarget. | Dave Methvin | 2012-06-27 | 1 | -0/+14 |
* | Add a semicolon in unit test; this pull predated lint mandate. | Dave Methvin | 2012-06-22 | 1 | -1/+1 |
* | Fix #11925, Pass eventHandle to special.teardown. Closes gh-831. | Timo Tijhof | 2012-06-22 | 1 | -0/+15 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -63/+73 |
* | Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ... | timmywil | 2012-06-18 | 1 | -44/+0 |
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -3/+7 |
* | Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789. | Jason Moon | 2012-05-22 | 1 | -0/+32 |
* | Followup #11649, clean up events in unit test. | Dave Methvin | 2012-05-18 | 1 | -0/+1 |
* | Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772. | Jason Moon | 2012-05-18 | 1 | -0/+35 |
* | Fix #11621, $(document).trigger() must bubble to window. | Dave Methvin | 2012-05-12 | 1 | -1/+4 |
* | Transform $.bindReady into $.ready.promise. It is now possible to use $.ready... | jaubourg | 2012-05-06 | 1 | -0/+5 |
* | remove jQuery.quickReady, save bytes, style nits in tests | Mike Sherov | 2012-05-04 | 1 | -8/+5 |
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 1 | -0/+20 |
* | Make test async to please Opera 11.1; supplements #11500 | Rick Waldron | 2012-04-16 | 1 | -1/+2 |
* | Fix #11500. Allow triggered, simulated change events. | Rick Waldron | 2012-04-10 | 1 | -0/+10 |
* | Fix #11049. Let bubbling submit be cancellable in oldIE. | Dave Methvin | 2012-03-06 | 1 | -3/+41 |
* | Fix #11076. If .clone() won't delegate, we must remediate. | Dave Methvin | 2012-01-28 | 1 | -0/+23 |
* | Fix #8165: Ignore events bubbling through disabled elements. | Dave Methvin | 2012-01-19 | 1 | -2/+12 |