摘要: jQuery获取Select选择的Text和Value: 1. var checkText=jQuery("#select_id").find("option:selected").text(); //获取Select选择的Text 2. var checkValue=jQuery("#selec... 阅读全文
posted @ 2014-02-11 22:13 开始奋斗的女coder 阅读(59) 评论(0) 推荐(0) 编辑