2015年8月17日

摘要: jQuery获取Select选择的Text和Value: $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 var checkText=$("#select_id").find("option:select... 阅读全文
posted @ 2015-08-17 13:08 帅胡 阅读(369) 评论(0) 推荐(0) 编辑

导航