5 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge">
6 <title>Test for gh-
2343 (IE11)
</title>
7 <script src=
"../../dist/jquery.js"></script>
9 $(document
).ready(function() {
10 $( "fieldset" ).on( "click", "input", function() {
11 $( ".result" ).append( "click " + this.value
+ "<br />" );
19 <h1>Test for gh-
2343 (IE11)
</h1>
21 Instructions: In
<b>IE11
</b>, click on or focus the first radio button.
22 Then use the left/right arrow keys to select the other radios.
23 You should see events logged in the results below.
26 <input type=
"radio" name=
"rad" value=
"0" /> 0
27 <input type=
"radio" name=
"rad" value=
"1" /> 1
28 <input type=
"radio" name=
"rad" value=
"2" /> 2
30 <div class=
"result"></div>