<select> 标签使用
摘要:
jQuery获取Select选择的Text和Value: 1. var checkText=jQuery("#select_id").find("option:selected").text(); //获取Select选择的Text 2. var checkValue=jQuery("#select 阅读全文
posted @ 2016-03-31 15:47 张祎 阅读(703) 评论(0) 推荐(1) 编辑