Home  >  Article  >  Web Front-end  >  Problem with jquery selecting checked in ie8 normal mode_jquery

Problem with jquery selecting checked in ie8 normal mode_jquery

WBOY
WBOYOriginal
2016-05-16 17:00:191215browse

It was found that in IE8 normal mode,

$("input[name='check']:checked").val() can select the corresponding check box normally

while $("input [name='check'][checked]").val() will make an error, and the selected item will be randomly selected

It’s very strange

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn