X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fattributes.js;h=b3a49f50f869b8ec87f8bda334c397c291079106;hb=7b0b348419c85841671459b4d7153afc88d1fa83;hp=30b3205a1fd3f5491c46b43fdab56fe610d3ee0e;hpb=4729f4d44326fd302c63af8f3324b6c4bac54084;p=jquery.git diff --git a/src/attributes.js b/src/attributes.js index 30b3205..b3a49f5 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -263,7 +263,7 @@ jQuery.extend({ // These attributes require special treatment var special = rspecialurl.test( name ), parent = elem.parentNode; - // Safari mis-reports the default selected property of a hidden option + // Safari mis-reports the default selected property of an option // Accessing the parent's selectedIndex property fixes it if ( name === "selected" && parent ) { parent.selectedIndex;