From 7d3ba9f89e8077dff96e4cd9784fda20625c38d6 Mon Sep 17 00:00:00 2001 From: timmywil Date: Wed, 18 May 2011 11:05:20 -0400 Subject: Switched title attribute to getAttributeNode for IE6/7. Fixes #9329. --- src/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/attributes.js') diff --git a/src/attributes.js b/src/attributes.js index a4cf76959..6353e6369 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -516,7 +516,7 @@ if ( !jQuery.support.getSetAttribute ) { jQuery.attrFix = jQuery.propFix; // Use this for any attribute on a form in IE6/7 - formHook = jQuery.attrHooks.name = jQuery.valHooks.button = { + formHook = jQuery.attrHooks.name = jQuery.attrHooks.title = jQuery.valHooks.button = { get: function( elem, name ) { var ret; ret = elem.getAttributeNode( name ); -- cgit v1.2.3