Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -4/+5 |
| | | | | Fixes gh-3609 | ||||
* | Build: fix tests in AMD mode | Timmy Willison | 2017-03-06 | 1 | -2/+3 |
| | | | | - nodeName was included at the wrong spot in dependency lists | ||||
* | Core: Deprecate jQuery.nodeName | karan-96 | 2017-03-01 | 1 | -3/+4 |
| | | | | | Fixes gh-3475 Closes gh-3505 | ||||
* | Core: Deprecate jQuery.isArray | Manoj Kumar | 2016-11-30 | 1 | -2/+2 |
| | | | | | Fixes gh-2961 Closes gh-3278 | ||||
* | Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse | Timmy Willison | 2016-09-15 | 1 | -4/+4 |
| | | | | | | | | | | | | - Renames and changes rnotwhite to focus on HTML whitespace chars - Change internal use of jQuery.trim to more accurate strip and collapse - Adds tests to ensure HTML space characters are retained where valid - Doesn't add tests where the difference is inconsequential and existing tests are adequate. Fixes gh-3003 Fixes gh-3072 Close gh-3316 | ||||
* | Build: Update eslint config and fix associated errors | Oleg Gaidarenko | 2016-07-15 | 1 | -11/+15 |
| | |||||
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -0/+5 |
| | | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148 | ||||
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Docs: Update support comments related to IE | Michał Gołębiowski | 2016-03-30 | 1 | -1/+1 |
| | | | | All support comments were checked for Edge applicability. | ||||
* | Docs:Tests: Remove legacy code & add support comments where needed | Michał Gołębiowski | 2016-03-30 | 1 | -0/+1 |
| | | | | | | | | This commits backports some changes done in the patch to the then-existing compat branch that removed support for old browsers and added some support comments. Refs 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278 | ||||
* | Attributes: strip/collapse whitespace for set values on selects | Timmy Willison | 2016-03-17 | 1 | -5/+12 |
| | | | | | Fixes gh-2978 Close gh-3002 | ||||
* | Attributes: return empty array for select-multiple with no values | Timmy Willison | 2015-11-05 | 1 | -1/+1 |
| | | | | | Fixes gh-2562 Close gh-2689 | ||||
* | Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support | Michał Gołębiowski | 2015-09-14 | 1 | -2/+1 |
| | | | | | | | | Drop non-critical workarounds for Android 2.3. Fixes gh-2483 Fixes gh-2505 Closes gh-2581 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -19/+27 |
| | | | | Fixes gh-2056 | ||||
* | Core: Standardize indexOf comparisons | Richard Gibson | 2015-01-10 | 1 | -2/+2 |
| | | | | | | | | not present: `< 0` present: `> -1` at index: `=== N` Closes gh-1984 | ||||
* | 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 |
| | |||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -3/+6 |
| | |||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -5/+3 |
| | | | | 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. | ||||
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -1/+3 |
| | |||||
* | 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 | 1 | -1/+2 |
| | | | | across all modules) | ||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -4/+4 |
| | |||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 1 | -1/+2 |
| | | | | to save 15 bytes. | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -0/+157 |