diff --git a/src/attributes.js b/src/attributes.js index fb5b16bcd6..9c868ee035 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 ) {