index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
...
*
Check empty string instead of specified as specified is inconsistent on the n...
timmywil
2011-05-06
1
-2
/
+2
*
Reduce boolean attribute list to only content attributes
timmywil
2011-05-06
1
-1
/
+1
*
Update boolean attribute list to contain all boolean attributes listed in w3c
timmywil
2011-05-05
1
-1
/
+1
*
Add support for the contenteditable attribute
timmywil
2011-05-05
1
-1
/
+2
*
Construct boolHook and rboolean regex to deal with boolean attributes. Fixes ...
timmywil
2011-05-05
1
-39
/
+47
*
Set the property corresponding to a boolean attribute when setting to true. F...
timmywil
2011-05-04
1
-2
/
+6
*
Run property names through propFix in removeProp
timmywil
2011-05-04
1
-0
/
+1
*
Set corresponding property to false when removing boolean attributes. Fixes #...
timmywil
2011-05-04
1
-0
/
+6
*
Update boolean check to avoid crashes, add all name fixes to propFix (propert...
timmywil
2011-05-04
1
-16
/
+20
*
If no hook is provided, and a boolean property exists, use that to return an ...
John Resig
2011-05-03
1
-7
/
+14
*
Fix setting value attributes on option elements. Fixes #9071.
timmywil
2011-05-03
1
-1
/
+1
*
Test for a colon in attribute names for IE6/7. Fixes #1591.
timmywil
2011-05-01
1
-2
/
+7
*
Restores var names to satisfy the crock-machine. Supplements #9008
Rick Waldron
2011-04-28
1
-4
/
+4
*
Add tests data- and aria- attributes and the autofocus boolean attribute and ...
timmywil
2011-04-25
1
-3
/
+6
*
handle data- and aria- special
aFarkas
2011-04-25
1
-2
/
+3
*
dealing with boolean content attribute
aFarkas
2011-04-25
1
-15
/
+4
*
Switch the form nodeName check in attr to use jQuery.nodeName for consistency
timmywil
2011-04-23
1
-1
/
+1
*
Combine the support tests for radioValue and appendChecked
timmywil
2011-04-22
1
-0
/
+1
*
Landing pull request [337](https://github.com/jquery/jquery/pull/337). Value ...
timmywil
2011-04-21
1
-1
/
+9
*
Follow w3c standard for setting the common boolean attributes to the same nam...
timmywil
2011-04-19
1
-1
/
+4
*
Only use getAttributeNode on buttons when setting value
timmywil
2011-04-19
1
-0
/
+3
*
Fix value attribute and val for value on button elements. Fixes #1954
timmywil
2011-04-17
1
-3
/
+3
*
Add support for setting the cellPadding attribute in IE6/7
timmywil
2011-04-14
1
-0
/
+1
*
retrieving list with getAttribute is fine, no need to add list here anymore
timmywil
2011-04-11
1
-1
/
+1
*
Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery
jeresig
2011-04-10
1
-14
/
+0
|
\
|
*
Added back support.js test for getSetAttribute and removed some duplicate cod...
timmywil
2011-04-10
1
-14
/
+0
*
|
Merge branch 'modest_val_proposal' of https://github.com/timmywil/jquery into...
jeresig
2011-04-10
1
-74
/
+102
|
\
\
|
|
/
|
/
|
|
*
Performance testing: localize val to each block and only set val to value whe...
timmywil
2011-04-05
1
-5
/
+6
|
*
Remove the unused radiocheck regex
timmywil
2011-04-04
1
-2
/
+1
|
*
A more modest valHooks proposal
timmywil
2011-04-02
1
-73
/
+101
*
|
Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery into tim...
jeresig
2011-04-10
1
-68
/
+148
|
\
\
|
*
|
#8150 - When removing the width and height attributes in IE6/7, setting to "...
timmywil
2011-04-09
1
-12
/
+21
|
*
|
Normalize css property names to lowercase for comparisons on a .attr('style')...
timmywil
2011-04-03
1
-1
/
+2
|
*
|
Found a problem removing the style attribute in IE
timmywil
2011-04-03
1
-12
/
+15
|
*
|
Move the if statement in jQuery.fn.removeAttr to jQuery.removeAttr
timmywil
2011-04-03
1
-11
/
+11
|
*
|
Minor adjustments and cleanup, including normalizing the value to a string wh...
timmywil
2011-04-03
1
-16
/
+7
|
*
|
#5413 - Much shorter solution for getting width/height in ie6
timmywil
2011-04-03
1
-15
/
+1
|
*
|
- Added a hook to swap display none for width and height in browsers that do ...
timmywil
2011-04-03
1
-0
/
+14
|
*
|
Move the check for the name attribute out of attr and down to the formHook de...
timmywil
2011-04-03
1
-2
/
+2
|
*
|
Shorten the logic for hooks, ternary was unnecessary
timmywil
2011-04-03
1
-3
/
+1
|
*
|
Add name to prop hooks as well
timmywil
2011-04-03
1
-2
/
+2
|
*
|
Add attribute name to paramaters for hooks
timmywil
2011-04-03
1
-23
/
+21
|
*
|
Style formatting
timmywil
2011-04-03
1
-2
/
+3
|
*
|
No longer need to check for objects or string of null with the special form t...
timmywil
2011-04-03
1
-2
/
+1
|
*
|
Clean up
timmywil
2011-04-03
1
-5
/
+7
|
*
|
Shorten even further
timmywil
2011-04-03
1
-2
/
+2
|
*
|
Modularize special form code for IE6/7 and clean up attr again
timmywil
2011-04-03
1
-32
/
+36
|
*
|
Fix issue where non-existant attributes on forms in IE6/7 were throwing errors
timmywil
2011-04-03
1
-5
/
+7
|
*
|
Add test for bug #3116
timmywil
2011-04-03
1
-1
/
+1
|
*
|
Fix #6562, tighten up the special code for form objects, add name attrHook fo...
timmywil
2011-04-03
1
-41
/
+45
[prev]
[next]