Home > Web Front-end > JS Tutorial > Discussion on using jQuery to obtain the default value of IE9 drop-down box_jquery

Discussion on using jQuery to obtain the default value of IE9 drop-down box_jquery

WBOY
Release: 2016-05-16 17:28:12
Original
1159 people have browsed it

Under IE 9.0.8112.16421, if the drop-down box does not have an empty default value,

does not set the select attribute on its option, use jquery's

$("#id").find ("option:selected").val(); method

will not be able to get its default value. It can be obtained in FireFox, chrome, and other IE versions including other minor versions of IE9.

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