aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes
Commit message (Expand)AuthorAgeFilesLines
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-3/+3
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-09-261-1/+1
* 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
* Attributes: fix failing test for new return valueTimmy Willison2015-03-161-1/+1
* Attributes: return null when attribute does not existWinston Howes2015-03-161-6/+1
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-102-4/+4
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+2
* Attributes: Use the option val hook in select val hook and simplify itMichał Gołębiowski2014-12-081-7/+5
* Misc: Adjust comments & docs to dropping IE<8 in jQuery CompatMichał Gołębiowski2014-11-041-1/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-1/+1
* Attr: Use typeof check for getAttribute methodOleg Gaidarenko2014-09-021-1/+1
* Core: Drop strundefined variableChris Antaki2014-09-022-6/+4
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-174-13/+25
* Support: clean up comments and Support notationDave Methvin2014-06-105-22/+16
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-0/+10