jQuery获取Select选中的Text和Value
我在项目中这样使用:
var checkText=$("#select_id").find("option:selected").text();//得到select选中的text值
?