标签:jquery
1.获取输入框的值 <input type=‘button‘ data-value=‘1‘ value=‘驳回‘ name=‘btn_reject‘/> $("input[name=‘btn_reject‘]").on("click",function(){ id = $(this).attr(‘data-value‘); }); var keyword = $("input[name=‘keyword‘]").val(); var searchType = $("#myselect3").attr("data-wxidname");
2.获取下拉框选中的值 var searchType = $("select[name=‘searchType‘]").val();
本文出自 “PHP程序猿” 博客,请务必保留此出处http://okowo.blog.51cto.com/4923464/1690705
标签:jquery
原文地址:http://okowo.blog.51cto.com/4923464/1690705