How to get dropdownlist variables
This question already has an answer here:
尝试使用option:selected
var y = $(this).find('option:selected').text();
alert(y);
链接地址: http://www.djcxy.com/p/29296.html
上一篇: 使用jquery获得selected =“selected”文本
下一篇: 如何获得下拉列表变量