jquery 获得select下拉框选择中的属性值
转自https://www.cnblogs.com/zou1234/p/7867720.html
$("#ZJshi").bind("change",function(){ //监听select改变
var miaoshu = $(this).val();//获得选中的值
var data_orgcoding = $(this).find("option:selected")....
转载
2019-04-02 16:14:35 ·
1043 阅读 ·
0 评论