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
/
src
/
attributes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attributes: Make `.attr( name, false )` remove for all non-ARIA attrs
Michał Gołębiowski-Owczarek
2024-03-20
1
-30
/
+8
*
Attributes: Shave off a couple of bytes
Michał Gołębiowski-Owczarek
2024-01-31
1
-10
/
+3
*
Selector: Make `selector.js` module depend on `attributes/attr.js`
Michał Gołębiowski-Owczarek
2024-01-12
1
-1
/
+9
*
Selector: Eliminate `selector.js` depenencies from various modules
Michał Gołębiowski-Owczarek
2024-01-04
2
-4
/
+0
*
Core: Use named exports in `src/`
Michał Gołębiowski-Owczarek
2023-09-12
4
-15
/
+15
*
CSS: Skip falsy values in `addClass( array )`, compress code
Michał Gołębiowski-Owczarek
2022-01-24
1
-40
/
+44
*
Docs: Remove links to Web Archive from source
Michał Gołębiowski-Owczarek
2022-01-04
1
-1
/
+0
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-04
2
-2
/
+2
*
Attributes: Don't stringify attributes in the setter
Michał Gołębiowski-Owczarek
2021-11-01
1
-1
/
+1
*
Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)
Michał Gołębiowski-Owczarek
2020-09-22
1
-2
/
+4
*
Attributes: Drop the `toggleClass(boolean|undefined)` signature
Michał Gołębiowski-Owczarek
2020-09-01
1
-42
/
+14
*
Build: Correct code indentations based on jQuery Style Guide
Wonseop Kim
2020-05-05
1
-3
/
+3
*
Attributes: Refactor val(): don't strip carriage return, isolate IE workarounds
Michał Gołębiowski-Owczarek
2020-01-13
1
-22
/
+19
*
Attributes: Don't set the type attr hook at all outside of IE
Michał Gołębiowski-Owczarek
2020-01-13
1
-17
/
+18
*
Core: Migrate from AMD to ES modules 🎉
Michał Gołębiowski-Owczarek
2019-11-18
4
-46
/
+21
*
Selector: Inline Sizzle into the selector module
Michał Gołębiowski-Owczarek
2019-07-29
3
-36
/
+25
*
Build: ESLint: forbid unused function parameters
Michał Gołębiowski-Owczarek
2019-05-13
1
-1
/
+1
*
Core: Remove IE-specific support tests, rely on document.documentMode
Michał Gołębiowski-Owczarek
2019-05-13
3
-43
/
+13
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
4
-29
/
+15
*
Core: deprecate jQuery.isFunction
Jason Bedard
2018-01-15
2
-8
/
+10
*
Attributes: allow array param in add/remove/toggleClass
Timmy Willison
2018-01-08
1
-8
/
+19
*
Build: fix tests in AMD mode
Timmy Willison
2017-03-06
1
-2
/
+3
*
Core: Deprecate jQuery.nodeName
karan-96
2017-03-01
2
-5
/
+7
*
Core: Deprecate jQuery.isArray
Manoj Kumar
2016-11-30
1
-2
/
+2
*
Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse
Timmy Willison
2016-09-15
3
-24
/
+22
*
Build: Update eslint config and fix associated errors
Oleg Gaidarenko
2016-07-15
2
-16
/
+27
*
Build: More ESLint related changes
Oleg Gaidarenko
2016-07-09
1
-0
/
+8
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-0
/
+5
*
Attributes: Avoid infinite recursion on non-lowercase attribute getters
Michał Gołębiowski
2016-06-03
1
-5
/
+7
*
Docs: Fix an incorrect comment in the attributes module
Michał Gołębiowski
2016-06-03
1
-1
/
+1
*
Build: Put all AMD modules in "src/" in strict mode
Michał Gołębiowski
2016-04-25
5
-0
/
+10
*
Docs: Update support comments to follow the new syntax
Michał Gołębiowski
2016-03-30
2
-2
/
+2
*
Docs: Update support comments related to IE
Michał Gołębiowski
2016-03-30
2
-3
/
+3
*
Docs:Tests: Remove legacy code & add support comments where needed
Michał Gołębiowski
2016-03-30
1
-0
/
+1
*
Attributes: strip/collapse whitespace for set values on selects
Timmy Willison
2016-03-17
1
-5
/
+12
*
Attributes: remove redundant parent check
Timmy Willison
2016-03-07
1
-1
/
+1
*
Attributes: remove the lower-casing logic for attribute names
Michał Gołębiowski
2016-02-17
1
-10
/
+2
*
Attributes: Add a support comment & fix a link @ tabIndex hook
Michał Gołębiowski
2016-02-03
1
-1
/
+2
*
Attributes: fix setting selected on an option in IE<=11
Timmy Willison
2016-01-19
1
-0
/
+16
*
Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"
Timmy Willison
2016-01-07
1
-17
/
+52
*
Attributes: exclusively lowercase A-Z in attribute names
Timmy Willison
2015-12-02
1
-2
/
+9
*
Attributes: return empty array for select-multiple with no values
Timmy Willison
2015-11-05
1
-1
/
+1
*
Attributes: do not set properties to false when removing booleans
Timmy Willison
2015-10-21
1
-10
/
+2
*
Attributes: fix tabIndex on <img> in IE11
Joelle Fleurantin
2015-10-18
1
-5
/
+15
*
Attributes: removeClass() -> attr("class", "")
Thomas Tortorini
2015-10-18
1
-23
/
+21
*
Attributes: Use simpler boolean check vs a function call
Dave Methvin
2015-10-18
1
-5
/
+2
*
Attributes: Remove undocumented .toggleClass( boolean ) signature
Dave Methvin
2015-10-18
1
-54
/
+22
*
Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support
Michał Gołębiowski
2015-09-14
2
-7
/
+1
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
5
-61
/
+73
*
Core: organize prop & attr code to be similar
Gilad Peleg
2015-06-23
2
-54
/
+56
[next]