From 100ed686426b8b404b094b8c8086aefce715f91a Mon Sep 17 00:00:00 2001 From: jeresig Date: Thu, 17 Dec 2009 12:23:04 -0500 Subject: [PATCH] Stick with just getter/setters in attrFn. --- src/attributes.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 ) { -- 1.7.10.4