其他分享
首页 > 其他分享> > js点击页面内表单重置

js点击页面内表单重置

作者:互联网

<div class="apply_box_three">         <div>提交</div>         <div class="apply_box_three_right">重置</div> </div>       <script>     $(".apply_box_three_right").off().on('click',function(){         $("input").val('');         $("textarea").val('');     })     </script>

标签:box,function,right,off,val,重置,表单,js
来源: https://www.cnblogs.com/zhainverer/p/16388680.html