From: John Resig Date: Thu, 10 Dec 2009 22:03:24 +0000 (-0800) Subject: Missed the case of bind in the new attr multi-setter. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=ecdcda870c70c262ec3198e067dd06e847f682dd Missed the case of bind in the new attr multi-setter. --- diff --git a/src/attributes.js b/src/attributes.js index fb5b16b..9c868ee 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -211,7 +211,8 @@ jQuery.extend({ data: true, width: true, height: true, - offset: true + offset: true, + bind: true }, attr: function( elem, name, value ) {