加载中...

摘要: jQuery获取Select元素,并选择的Text和Value: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find("opt 阅读全文
posted @ 2017-02-24 18:58 水车 阅读(27979) 评论(0) 推荐(3) 编辑