mirror of
https://github.com/jquery/jquery.git
synced 2026-02-18 09:12:07 -05:00
Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat
This commit is contained in:
@@ -2655,7 +2655,7 @@ if ( !(/firefox/i.test( window.navigator.userAgent )) ) {
|
||||
$text = jQuery("#text1"),
|
||||
$radio = jQuery("#radio1").trigger("focus");
|
||||
|
||||
// IE6-10 fire focus/blur events asynchronously; this is the resulting mess.
|
||||
// IE8-10 fire focus/blur events asynchronously; this is the resulting mess.
|
||||
// IE's browser window must be topmost for this to work properly!!
|
||||
stop();
|
||||
$radio[0].focus();
|
||||
|
||||
Reference in New Issue
Block a user