Skip to content
Permalink
Browse files
Stick with just getter/setters in attrFn.
  • Loading branch information
jeresig committed Dec 17, 2009
1 parent 9a0174b commit 100ed68
Showing 1 changed file with 1 addition and 5 deletions.
@@ -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 ) {

0 comments on commit 100ed68

Please sign in to comment.