index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
attributes.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: replace dead links in qunit fixture
Timmy Willison
2024-08-12
1
-3
/
+3
*
Build: improve specificity of eslint config; add ecma versions
Timmy Willison
2024-06-06
1
-2
/
+1
*
Attributes: Make `.attr( name, false )` remove for all non-ARIA attrs
Michał Gołębiowski-Owczarek
2024-03-20
1
-14
/
+72
*
Build: migrate most grunt tasks off of grunt
Timmy Willison
2023-09-18
1
-10
/
+11
*
Tests: Exclude tests based on compilation flags, not API presence
Michał Gołębiowski-Owczarek
2022-06-28
1
-1
/
+1
*
CSS: Skip falsy values in `addClass( array )`, compress code
Michał Gołębiowski-Owczarek
2022-01-24
1
-0
/
+38
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-04
1
-33
/
+33
*
Attributes: Don't stringify attributes in the setter
Michał Gołębiowski-Owczarek
2021-11-01
1
-0
/
+20
*
Attributes: Drop the `toggleClass(boolean|undefined)` signature
Michał Gołębiowski-Owczarek
2020-09-01
1
-20
/
+1
*
Manipulation: Make jQuery.htmlPrefilter an identity function
Michał Gołębiowski-Owczarek
2020-03-16
1
-23
/
+23
*
Attributes: Refactor val(): don't strip carriage return, isolate IE workarounds
Michał Gołębiowski-Owczarek
2020-01-13
1
-0
/
+51
*
Tests: Remove obsolete jQuery data tests
Michał Gołębiowski-Owczarek
2020-01-13
1
-4
/
+0
*
Selector: Make empty attribute selectors work in IE again
Michał Gołębiowski-Owczarek
2019-11-18
1
-2
/
+2
*
Selector: Inline Sizzle into the selector module
Michał Gołębiowski-Owczarek
2019-07-29
1
-23
/
+0
*
Selector: Port Sizzle tests to jQuery
Michał Gołębiowski-Owczarek
2019-06-26
1
-10
/
+6
*
Core: Remove IE-specific support tests, rely on document.documentMode
Michał Gołębiowski-Owczarek
2019-05-13
1
-16
/
+24
*
Build: Update test code for compatibility with QUnit 2.x (#4297)
abnud1
2019-02-18
1
-1
/
+1
*
Tests: fix weird flaky attributes test in Edge 16
Timmy Willison
2018-01-16
1
-1
/
+1
*
Attributes: allow array param in add/remove/toggleClass
Timmy Willison
2018-01-08
1
-0
/
+50
*
Tests: Add support for running unit tests via grunt with karma
Timo Tijhof
2017-12-18
1
-2
/
+2
*
Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse
Timmy Willison
2016-09-15
1
-3
/
+47
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-4
/
+4
*
Attributes: Avoid infinite recursion on non-lowercase attribute getters
Michał Gołębiowski
2016-06-03
1
-0
/
+19
*
Tests: Remove side-effects of one attributes test
Michał Gołębiowski
2016-06-03
1
-1
/
+10
*
Attributes: strip/collapse whitespace for set values on selects
Timmy Willison
2016-03-17
1
-6
/
+76
*
Tests: limit selection to #qunit-fixture in attributes.js
Alexander Lisianoi
2016-02-22
1
-5
/
+6
*
Tests: fix typos
William Robinet
2016-02-17
1
-2
/
+2
*
Attributes: fix setting selected on an option in IE<=11
Timmy Willison
2016-01-19
1
-0
/
+31
*
Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"
Timmy Willison
2016-01-07
1
-1
/
+24
*
Attributes: exclusively lowercase A-Z in attribute names
Timmy Willison
2015-12-02
1
-1
/
+12
*
Attributes: return empty array for select-multiple with no values
Timmy Willison
2015-11-05
1
-2
/
+2
*
Attributes: remove flakey test for selected attribute
Timmy Willison
2015-10-26
1
-3
/
+1
*
Tests: Post-Summit cleanup
Richard Gibson
2015-10-25
1
-1
/
+1
*
Attributes: do not set properties to false when removing booleans
Timmy Willison
2015-10-21
1
-2
/
+4
*
Attributes: fix tabIndex on <img> in IE11
Joelle Fleurantin
2015-10-18
1
-0
/
+7
*
Attributes: Use simpler boolean check vs a function call
Dave Methvin
2015-10-18
1
-1
/
+5
*
Attributes: Remove undocumented .toggleClass( boolean ) signature
Dave Methvin
2015-10-18
1
-24
/
+1
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-2
/
+2
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-610
/
+610
*
Tests: partially use new qunit interface
Oleg Gaidarenko
2015-08-16
1
-491
/
+491
*
Tests: don't use deprecated argument in test declaration
Oleg Gaidarenko
2015-07-30
1
-2
/
+5
*
Attributes: add SVG class manipulation
Timmy Willison
2015-05-12
1
-0
/
+28
*
Attributes: revert returning null for non-existant attributes
Timmy Willison
2015-03-30
1
-47
/
+38
*
Attributes: revert returning null for non-elements
Timmy Willison
2015-03-16
1
-1
/
+1
*
Attributes: fix failing test for new return value
Timmy Willison
2015-03-16
1
-2
/
+11
*
Attributes: return null when attribute does not exist
Winston Howes
2015-03-16
1
-38
/
+38
*
Attributes: Use the option val hook in select val hook and simplify it
Michał Gołębiowski
2014-12-08
1
-0
/
+5
*
Tests: Minor updates for QUnit 1.16 compatibility
Richard Gibson
2014-12-05
1
-1
/
+1
*
Tests: Correct logic of a broken assertion
Oleg Gaidarenko
2014-04-15
1
-2
/
+3
*
Attributes: Trim whitespace from option text when returned as a value
John Hoven
2014-03-20
1
-0
/
+13
[next]