首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

jQuery获取Select选中的Text跟Value

2012-10-14 
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值

?

?

?

热点排行