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!