aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes/classes.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-3/+3
* CSS: Skip falsy values in `addClass( array )`, compress codeMichał Gołębiowski-Owczarek2022-01-241-40/+44
* Attributes: Drop the `toggleClass(boolean|undefined)` signatureMichał Gołębiowski-Owczarek2020-09-011-42/+14
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-3/+3
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-10/+5
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-5/+4
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-4/+5
* Attributes: allow array param in add/remove/toggleClassTimmy Willison2018-01-081-8/+19
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-17/+12
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-071-17/+52
* Attributes: removeClass() -> attr("class", "")Thomas Tortorini2015-10-181-23/+21
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-181-5/+2
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-181-54/+22
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-18/+20
* Attributes: add SVG class manipulationTimmy Willison2015-05-121-29/+43
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-101-2/+2
* Core: Drop strundefined variableChris Antaki2014-09-021-3/+2
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-6/+12
* Support: clean up comments and Support notationDave Methvin2014-06-101-4/+4
* Reduce size by reordering variable declarationsChris Antaki2013-12-161-4/+4
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-1/+2
* Fix #14164: assign className in addClass/removeClass only if changed. Close g...Jeremy Dunck2013-08-191-4/+13
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+148