aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes
Commit message (Expand)AuthorAgeFilesLines
* CSS: Skip falsy values in `addClass( array )`, compress codeMichał Gołębiowski-Owczarek2022-01-241-40/+44
* Docs: Remove links to Web Archive from sourceMichał Gołębiowski-Owczarek2022-01-041-1/+0
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-042-2/+2
* Attributes: Don't stringify attributes in the setterMichał Gołębiowski-Owczarek2021-11-011-1/+1
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-2/+4
* 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
* Attributes: Refactor val(): don't strip carriage return, isolate IE workaroundsMichał Gołębiowski-Owczarek2020-01-131-22/+19
* Attributes: Don't set the type attr hook at all outside of IEMichał Gołębiowski-Owczarek2020-01-131-17/+18
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-184-46/+21
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-293-36/+25
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-1/+1
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-133-43/+13
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-294-29/+15
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-152-8/+10
* Attributes: allow array param in add/remove/toggleClassTimmy Willison2018-01-081-8/+19
* Build: fix tests in AMD modeTimmy Willison2017-03-061-2/+3
* Core: Deprecate jQuery.nodeNamekaran-962017-03-012-5/+7
* Core: Deprecate jQuery.isArrayManoj Kumar2016-11-301-2/+2
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-153-24/+22
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-152-16/+27
* Build: More ESLint related changesOleg Gaidarenko2016-07-091-0/+8
* Build: ESLint detailsOleg Gaidarenko2016-06-111-0/+5
* Attributes: Avoid infinite recursion on non-lowercase attribute gettersMichał Gołębiowski2016-06-031-5/+7
* Docs: Fix an incorrect comment in the attributes moduleMichał Gołębiowski2016-06-031-1/+1
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-255-0/+10
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-302-2/+2
* Docs: Update support comments related to IEMichał Gołębiowski2016-03-302-3/+3
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-301-0/+1
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-171-5/+12
* Attributes: remove redundant parent checkTimmy Willison2016-03-071-1/+1
* Attributes: remove the lower-casing logic for attribute namesMichał Gołębiowski2016-02-171-10/+2
* Attributes: Add a support comment & fix a link @ tabIndex hookMichał Gołębiowski2016-02-031-1/+2
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-01-191-0/+16
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-071-17/+52
* Attributes: exclusively lowercase A-Z in attribute namesTimmy Willison2015-12-021-2/+9
* Attributes: return empty array for select-multiple with no valuesTimmy Willison2015-11-051-1/+1
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-211-10/+2
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-181-5/+15
* 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
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-142-7/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-075-61/+73
* Core: organize prop & attr code to be similarGilad Peleg2015-06-232-54/+56
* Attributes: add SVG class manipulationTimmy Willison2015-05-121-29/+43
* Core: Align branches: remove an unused variable, add commentsMichał Gołębiowski2015-04-271-2/+2
* Attributes: remove unnecessary element null checkBastian Buchholz2015-04-201-1/+1
* Attributes: revert returning null for non-existant attributesTimmy Willison2015-03-301-1/+6
* Attributes: revert returning null for non-elementsTimmy Willison2015-03-161-1/+1