diff options
Diffstat (limited to 'src/attributes/val.js')
-rw-r--r-- | src/attributes/val.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes/val.js b/src/attributes/val.js index a8a2e12fb..1338fcdf6 100644 --- a/src/attributes/val.js +++ b/src/attributes/val.js @@ -108,6 +108,7 @@ jQuery.extend( { for ( ; i < max; i++ ) { option = options[ i ]; + // Support: IE <=9 only // IE8-9 doesn't update selected after form reset (#2551) if ( ( option.selected || i === index ) && |