mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 23:04:59 -05:00
Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat
This commit is contained in:
@@ -98,7 +98,7 @@ jQuery.extend({
|
||||
for ( ; i < max; i++ ) {
|
||||
option = options[ i ];
|
||||
|
||||
// IE6-9 doesn't update selected after form reset (#2551)
|
||||
// IE8-9 doesn't update selected after form reset (#2551)
|
||||
if ( ( option.selected || i === index ) &&
|
||||
// Don't return options that are disabled or in a disabled optgroup
|
||||
( support.optDisabled ?
|
||||
|
||||
Reference in New Issue
Block a user