mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Switched title attribute to getAttributeNode for IE6/7. Fixes #9329.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user