Style formatting
This commit is contained in:
parent
448111cbd4
commit
03da4c7ca7
1 changed files with 3 additions and 2 deletions
|
@ -299,7 +299,8 @@ jQuery.extend({
|
|||
// Normalize the name if needed
|
||||
name = notxml && jQuery.attrFix[ name ] || name;
|
||||
|
||||
// Get the appropriate hook, or the formHook if getSetAttribute is not supported and we have form objects in IE6/7
|
||||
// Get the appropriate hook, or the formHook
|
||||
// if getSetAttribute is not supported and we have form objects in IE6/7
|
||||
hooks = formHook && ( name === "name" || elem.nodeName === "FORM" ) ?
|
||||
formHook( name ) :
|
||||
jQuery.attrHooks[ name ];
|
||||
|
|
Loading…
Add table
Reference in a new issue