From d0c68580e500a4b9ffd0bf577d82df6d0320659a Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Sun, 13 May 2007 17:59:38 +0000 Subject: [PATCH] Fix for #1182 --- src/jquery/jquery.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index d9292ed..61a190e 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1545,7 +1545,8 @@ jQuery.extend({ disabled: "disabled", checked: "checked", readonly: "readOnly", - selected: "selected" + selected: "selected", + maxlength: "maxLength" }; // IE actually uses filters for opacity ... elem is actually elem.style -- 1.7.10.4