mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Stick with just getter/setters in attrFn.
This commit is contained in:
@@ -204,17 +204,13 @@ jQuery.each({
|
||||
jQuery.extend({
|
||||
attrFn: {
|
||||
val: true,
|
||||
addClass: true,
|
||||
css: true,
|
||||
html: true,
|
||||
text: true,
|
||||
append: true,
|
||||
prepend: true,
|
||||
data: true,
|
||||
width: true,
|
||||
height: true,
|
||||
offset: true,
|
||||
bind: true
|
||||
offset: true
|
||||
},
|
||||
|
||||
attr: function( elem, name, value ) {
|
||||
|
||||
Reference in New Issue
Block a user