Found ie8 in normal mode
$(“input[name=‘check’]:checked”).val() can select the corresponding check box normally
$(“input[name=‘check’][checked]“).val() makes an error and randomly selects selected items
It’s strange
Found ie8 in normal mode
$(“input[name=‘check’]:checked”).val() can select the corresponding check box normally
$(“input[name=‘check’][checked]“).val() makes an error and randomly selects selected items
It’s strange