Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Attributes: fix failing test for new return value | Timmy Willison | 2015-03-16 | 1 | -1/+1 | |
| | ||||||
* | Attributes: return null when attribute does not exist | Winston Howes | 2015-03-16 | 1 | -6/+1 | |
| | | | | | Fixes gh-2118 Close gh-2129 | |||||
* | Core: Standardize indexOf comparisons | Richard Gibson | 2015-01-10 | 2 | -4/+4 | |
| | | | | | | | | not present: `< 0` present: `> -1` at index: `=== N` Closes gh-1984 | |||||
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -1/+2 | |
| | | | | | Fixes gh-1950 Closes gh-1949 | |||||
* | Attributes: Use the option val hook in select val hook and simplify it | Michał Gołębiowski | 2014-12-08 | 1 | -7/+5 | |
| | | | | | | | | | The hook is still defined; not using it could cause issues in IE<11. Also, IE10 no longer throws when value not set but it still doesn't trim the value. IE11 has all those issues fixed; support comments are updated. Fixes gh-1902 Closes gh-1901 | |||||
* | Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat | Michał Gołębiowski | 2014-11-04 | 1 | -1/+1 | |
| | ||||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -1/+1 | |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | |||||
* | Attr: Use typeof check for getAttribute method | Oleg Gaidarenko | 2014-09-02 | 1 | -1/+1 | |
| | | | | Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b | |||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 2 | -6/+4 | |
| | ||||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 4 | -13/+25 | |
| | ||||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 5 | -22/+16 | |
| | | | | Closes gh-1577 | |||||
* | Attributes: Trim whitespace from option text when returned as a value | John Hoven | 2014-03-20 | 1 | -0/+10 | |
| | | | | | | | | | | Fixes #14858 Ref #14686 Closes gh-1531 (cherry picked from commit 9ec429cf6270e455aba4eba85f4db80e633806b6) Conflicts: src/attributes/val.js | |||||
* | Attrs: Simplify an option hook | Oleg | 2014-02-05 | 1 | -1/+1 | |
| | | | | | | | Since getter was removed in fdd78fad19ea3390cd96971cd29430e36378d137 there is no longer a need to wrap option element in order to get its value Fixes #14756 | |||||
* | Attrs: Remove outdated valHook for option element | Oleg | 2014-01-16 | 1 | -8/+0 | |
| | | | | | | | This hook was relevant for BlackBerry 4.7 which is no longer supported. But this code path now raises error in IE10-11 (#14686) in 1.x-master branch. So to just to be safe, also add test for IE issue to this branch too. | |||||
* | Reduce size by reordering variable declarations | Chris Antaki | 2013-12-16 | 1 | -4/+4 | |
| | | | | Close gh-1421 | |||||
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 2 | -2/+4 | |
| | ||||||
* | Flip the switch on checkOn | Timmy Willison | 2013-09-11 | 1 | -1/+1 | |
| | ||||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 2 | -2/+4 | |
| | | | | across all modules) | |||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 2 | -4/+6 | |
| | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. | |||||
* | No ticket. Update support comments to reflect current state of affairs. | Michał Gołębiowski | 2013-09-07 | 1 | -1/+1 | |
| | ||||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 4 | -11/+47 | |
| | ||||||
* | Fix for custom attr handles duck-punching the boolean attr handle | Timmy Willison | 2013-08-28 | 1 | -18/+15 | |
| | | | | | Conflicts: src/attributes/attr.js | |||||
* | Fix #14164: assign className in addClass/removeClass only if changed. Close ↵ | Jeremy Dunck | 2013-08-19 | 1 | -4/+13 | |
| | | | | gh-1331. | |||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 3 | -3/+6 | |
| | | | | to save 15 bytes. | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 4 | -0/+542 | |