jquery获得select option的值 和对select option的操作
jQuery获取Select元素,并选择的Text和Value:
为Select添加事件,当选择其中一项时触发$("#select_id").change(function(){//code...});
获取Select选择的Textvar checkText=$("#select_id").find("option:selected").text();
获取Select选择的Valuevar
转载
2017-11-22 14:48:56 ·
393 阅读 ·
0 评论