From: jeresig Date: Thu, 17 Dec 2009 17:23:04 +0000 (-0500) Subject: Stick with just getter/setters in attrFn. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;ds=sidebyside;h=100ed686426b8b404b094b8c8086aefce715f91a;p=jquery.git Stick with just getter/setters in attrFn. --- diff --git a/src/attributes.js b/src/attributes.js index f3d0951..402c3dc 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -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 ) {