jQuery获取Select选中的Text跟Value

jQuery获取Select选中的Text和Value我在项目中这样使用:var checkText$(#select_id).find(option:sele

jQuery获取Select选中的Text和Value

我在项目中这样使用:

var checkText=$("#select_id").find("option:selected").text();//得到select选中的text值

?

?

?