Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -4/+5 |
| | | | | Fixes gh-3609 | ||||
* | Attributes: allow array param in add/remove/toggleClass | Timmy Willison | 2018-01-08 | 1 | -8/+19 |
| | | | | | | | | | +30 bytes instead of +182 Thanks to @faisaliyk for the first pass on this feature. Fixes gh-3532 Close gh-3917 | ||||
* | Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse | Timmy Willison | 2016-09-15 | 1 | -17/+12 |
| | | | | | | | | | | | | - 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: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature" | Timmy Willison | 2016-01-07 | 1 | -17/+52 |
| | | | | | | This reverts commit 53f798cf4d783bb813b4d1ba97411bc752b275f3. - Turns out this is documented, even if not fully. Need to deprecate before removal. | ||||
* | Attributes: removeClass() -> attr("class", "") | Thomas Tortorini | 2015-10-18 | 1 | -23/+21 |
| | | | | | | - Classes simpliciation Close gh-2465 | ||||
* | Attributes: Use simpler boolean check vs a function call | Dave Methvin | 2015-10-18 | 1 | -5/+2 |
| | | | | Ref gh-2491 | ||||
* | Attributes: Remove undocumented .toggleClass( boolean ) signature | Dave Methvin | 2015-10-18 | 1 | -54/+22 |
| | | | | | Fixes gh-2491 Close gh-2618 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -18/+20 |
| | | | | Fixes gh-2056 | ||||
* | Attributes: add SVG class manipulation | Timmy Willison | 2015-05-12 | 1 | -29/+43 |
| | | | | | | | | | - Note: support for SVG is limited in jQuery, but this is one area where the cost vs benefit ratio was acceptable. Fixes gh-2199 Close gh-2268 | ||||
* | Core: Standardize indexOf comparisons | Richard Gibson | 2015-01-10 | 1 | -2/+2 |
| | | | | | | | | not present: `< 0` present: `> -1` at index: `=== N` Closes gh-1984 | ||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 1 | -3/+2 |
| | |||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -6/+12 |
| | |||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -4/+4 |
| | | | | Closes gh-1577 | ||||
* | Reduce size by reordering variable declarations | Chris Antaki | 2013-12-16 | 1 | -4/+4 |
| | | | | Close gh-1421 | ||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -1/+2 |
| | | | | across all modules) | ||||
* | Fix #14164: assign className in addClass/removeClass only if changed. Close ↵ | Jeremy Dunck | 2013-08-19 | 1 | -4/+13 |
| | | | | gh-1331. | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -0/+148 |