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.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
added curly braces around all if/else statements
Karl Swedberg
2009-11-28
1
-30
/
+34
*
jquery attributes: closes #5234. attr() supports jQuery.fn methods.
Ariel Flesler
2009-09-15
1
-0
/
+4
*
jquery core: Closes #5189. Added a generic function to handle getting/setting...
Ariel Flesler
2009-09-09
1
-29
/
+1
*
Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/h...
John Resig
2009-09-08
1
-36
/
+59
*
Fix for incorrect options being selected (noticed same problem with radio/che...
John Resig
2009-07-23
1
-4
/
+2
*
Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923.
John Resig
2009-07-19
1
-2
/
+2
*
Standardizing on .test() and .exec() - moving away from using .match() for Re...
John Resig
2009-07-19
1
-3
/
+3
*
Support for .foo(Function) and testing. TODO: More tests
Yehuda Katz
2009-07-12
1
-5
/
+15
*
Fixes regression in .attr(), patch by David Flanagan. Fixes #4884.
John Resig
2009-07-11
1
-24
/
+20
*
make sure toggleClass does not delete classNames when forcefully removing cla...
Brandon Aaron
2009-05-02
1
-5
/
+4
*
toggleClass can now toggle multiple classNames (space seperated list) and tog...
Brandon Aaron
2009-05-02
1
-3
/
+19
*
remove trailing spaces
Brandon Aaron
2009-03-23
1
-2
/
+2
*
decoupling styles retrieval from the attr method
Brandon Aaron
2009-03-22
1
-164
/
+15
*
moving some vars from manipulations.js to attributes.js
Brandon Aaron
2009-03-22
1
-0
/
+5
*
breaking jquery out into smaller modules. added attributes.js, manipulation.j...
Brandon Aaron
2009-03-18
1
-0
/
+390