Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Event: Leverage native events for focus/blur/click; propagate additional data | Richard Gibson | 2019-03-20 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | Summary of the changes/fixes: 1. Trigger checkbox and radio click events identically (cherry-picked from b442abacbb8464f0165059e8da734e3143d0721f that was reverted before). 2. Manually trigger a native event before checkbox/radio handlers. 3. Add test coverage for triggering namespaced native-backed events. 4. Propagate extra parameters passed when triggering the click event to the handlers. 5. Intercept and preserve namespaced native-backed events. 6. Leverage native events for focus and blur. 7. Accept that focusin handlers may fire more than once for now. Fixes gh-1741 Fixes gh-3423 Fixes gh-3751 Fixes gh-4139 Closes gh-4279 Ref gh-1367 Ref gh-3494 | ||||
* | Manipulation: Properly detect HTML elements with single-character names | Richard Gibson | 2018-07-13 | 1 | -1/+4 |
| | | | | Fixes gh-4124 Closes gh-4125 | ||||
* | Manipulation: Add support for scripts with module type | basil.belokon | 2018-01-16 | 1 | -1/+1 |
| | | | | | Fixes gh-3871 Close gh-3869 | ||||
* | Revert "Event: Trigger checkbox and radio click events identically" | Timmy Willison | 2017-03-20 | 1 | -0/+5 |
| | | | | This reverts commit b442abacbb8464f0165059e8da734e3143d0721f. | ||||
* | Event: Trigger checkbox and radio click events identically | Alex Padilla | 2017-01-19 | 1 | -5/+0 |
| | | | | | Fixes gh-3423 Closes gh-3494 | ||||
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 3 | -0/+6 |
| | | | | Fixes gh-3073 | ||||
* | Manipulation: Bring tagname regexes up to spec | Leonardo Braga | 2016-01-07 | 1 | -1/+1 |
| | | | | | Fixes gh-2005 Closes gh-2634 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 3 | -7/+7 |
| | | | | Fixes gh-2056 | ||||
* | Manipulation: privatize buildFragment() function | Timmy Willison | 2015-05-05 | 2 | -0/+6 |
| | | | | Fixes gh-2224 | ||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -2/+2 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -0/+3 |