Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support: Reduce size via code consolidation and minification awareness | Richard Gibson | 2014-03-04 | 1 | -8/+5 |
| | | | | | Ref badcd1b6f301e6253405f17759c1270549a34e12 Closes gh-1518 | ||||
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 1 | -6/+7 |
| | | | | | | | | | | IE11 fixed the checkbox defaultValue issue but not textarea. Rather than creating a new detect name I'm reusing the old one to protect anyone who is unwisely using this externally. Re-fixing the defaultValue when it doesn't need to be done is not a problem, so leave that code for IE11. Fixes #14716 Closes gh-1495 | ||||
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | No ticket: Fix XHTML regression. Close gh-1376. | Anthony Ryan | 2013-09-23 | 1 | -1/+1 |
| | |||||
* | Set the input type for firefox. Fix a support test. | Timmy Willison | 2013-09-11 | 1 | -0/+2 |
| | |||||
* | Correct the checkClone support test for Safari 5.1 and mobile webkits | Timmy Willison | 2013-09-11 | 1 | -16/+13 |
| | | | | | Conflicts: src/manipulation/support.js | ||||
* | Fix support test for checkClone. Fixes Safari 5.1 manip failures. | Timmy Willison | 2013-09-11 | 1 | -0/+1 |
| | | | | | Conflicts: src/manipulation.js | ||||
* | All non-var modules should not indent in their AMD wrappers (just for ↵ | Timmy Willison | 2013-09-09 | 1 | -11/+13 |
| | | | | prettier builds). No functionality changes. | ||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -2/+2 |
| | |||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+78 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 2 | -0/+19 |
Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js |