Home >php教程 >PHP开发 >jQuery implementation method to get the value of the option selected by select

jQuery implementation method to get the value of the option selected by select

高洛峰
高洛峰Original
2017-01-03 16:42:481308browse

As shown below:

<select id="isshow" name="isshow" style="width: 100px">
<option value="1">显示</option>
<option value="2">不显示</option>
</select>
 
var isshow = $("#isshow ").val();

The above jQuery implementation method of obtaining the value of the selected option is all the content shared by the editor. , I hope it can give everyone a reference, and I also hope everyone will support the PHP Chinese website.

For more jQuery related articles on how to get the value of the selected option, please pay attention to the PHP Chinese website!

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