Reset a form using jquery Posted on June 2, 2017 by Chandan Sharma in JavaScript, JQuery, PHP## Reset a form using jQuery. <script> $("#formid").find("input,textarea").val(""); </script>Share this:TwitterFacebook Published by Chandan Sharma View all posts by Chandan Sharma