aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* Attributes: Support the `until-found` value for the `hidden` attributeMichał Gołębiowski-Owczarek2025-01-161-0/+18
* Tests: replace dead links in qunit fixture; use httpsTimmy Willison2024-08-241-3/+3
* Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7Timmy Willison2024-06-151-5/+5
* Build: improve specificity of eslint config; add ecma versionsTimmy Willison2024-06-101-2/+1
* Build: migrate most grunt tasks off of grunt (3.x)Timmy Willison2023-09-201-10/+11
* Selector: Inline Sizzle into the selector module: 3.x version (#5113)Michał Gołębiowski-Owczarek2022-12-141-10/+6
* Tests: Exclude tests based on compilation flags, not API presence (3.x version)Michał Gołębiowski-Owczarek2022-07-121-1/+1
* CSS: Skip falsy values in `addClass( array )`, compress codeMichał Gołębiowski-Owczarek2022-01-251-0/+38
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-121-32/+32
* Tests: Remove obsolete jQuery data testsMichał Gołębiowski-Owczarek2020-05-181-4/+0
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-23/+23
* 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
* Tests: Fix code style issuesOleg2014-01-161-4/+4
* Tests: Add assertion for the jQuery#val methodOleg2014-01-161-2/+7
* Attrs: Remove outdated valHook for option elementOleg2014-01-161-0/+9
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2013-12-231-8/+15
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-2/+1