摘要: 摘自:http://www.cnblogs.com/yaoshiyou/archive/2010/08/24/1806939.htmljQuery获取Select选择的Text和Value:语法解释:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("option:selected").text(); //获取Select选择的Text3. var checkVa 阅读全文
posted @ 2013-03-26 13:47 xyzyyj 阅读(157) 评论(0) 推荐(0) 编辑