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

Problem with jquery selecting checked in ie8 normal mode_jquery

WBOY
Release: 2016-05-16 17:00:19
Original
1304 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template