aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: replace dead links in qunit fixtureTimmy Willison2024-08-121-3/+3
* Build: improve specificity of eslint config; add ecma versionsTimmy Willison2024-06-061-2/+1
* Attributes: Make `.attr( name, false )` remove for all non-ARIA attrsMichał Gołębiowski-Owczarek2024-03-201-14/+72
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-181-10/+11
* Tests: Exclude tests based on compilation flags, not API presenceMichał Gołębiowski-Owczarek2022-06-281-1/+1
* CSS: Skip falsy values in `addClass( array )`, compress codeMichał Gołębiowski-Owczarek2022-01-241-0/+38
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-33/+33
* Attributes: Don't stringify attributes in the setterMichał Gołębiowski-Owczarek2021-11-011-0/+20
* Attributes: Drop the `toggleClass(boolean|undefined)` signatureMichał Gołębiowski-Owczarek2020-09-011-20/+1
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-23/+23
* Attributes: Refactor val(): don't strip carriage return, isolate IE workaroundsMichał Gołębiowski-Owczarek2020-01-131-0/+51
* Tests: Remove obsolete jQuery data testsMichał Gołębiowski-Owczarek2020-01-131-4/+0
* Selector: Make empty attribute selectors work in IE againMichał Gołębiowski-Owczarek2019-11-181-2/+2
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-23/+0
* Selector: Port Sizzle tests to jQueryMichał Gołębiowski-Owczarek2019-06-261-10/+6
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-16/+24
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-1/+1
* Tests: fix weird flaky attributes test in Edge 16Timmy Willison2018-01-161-1/+1
* Attributes: allow array param in add/remove/toggleClassTimmy Willison2018-01-081-0/+50
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-2/+2
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-3/+47
* Build: ESLint detailsOleg Gaidarenko2016-06-111-4/+4
* Attributes: Avoid infinite recursion on non-lowercase attribute gettersMichał Gołębiowski2016-06-031-0/+19
* Tests: Remove side-effects of one attributes testMichał Gołębiowski2016-06-031-1/+10
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-171-6/+76
* Tests: limit selection to #qunit-fixture in attributes.jsAlexander Lisianoi2016-02-221-5/+6
* Tests: fix typosWilliam Robinet2016-02-171-2/+2
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-01-191-0/+31
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-071-1/+24
* Attributes: exclusively lowercase A-Z in attribute namesTimmy Willison2015-12-021-1/+12
* Attributes: return empty array for select-multiple with no valuesTimmy Willison2015-11-051-2/+2
* Attributes: remove flakey test for selected attributeTimmy Willison2015-10-261-3/+1
* Tests: Post-Summit cleanupRichard Gibson2015-10-251-1/+1
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-211-2/+4
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-181-0/+7
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-181-1/+5
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-181-24/+1
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-2/+2
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-610/+610
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-491/+491
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-2/+5
* Attributes: add SVG class manipulationTimmy Willison2015-05-121-0/+28
* Attributes: revert returning null for non-existant attributesTimmy Willison2015-03-301-47/+38
* Attributes: revert returning null for non-elementsTimmy Willison2015-03-161-1/+1
* Attributes: fix failing test for new return valueTimmy Willison2015-03-161-2/+11
* Attributes: return null when attribute does not existWinston Howes2015-03-161-38/+38
* Attributes: Use the option val hook in select val hook and simplify itMichał Gołębiowski2014-12-081-0/+5
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-051-1/+1
* Tests: Correct logic of a broken assertionOleg Gaidarenko2014-04-151-2/+3
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-0/+13