Advertisement
rdsedmundo

form reset - hide.bs.modal

Jul 10th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.14 KB | None | 0 0
  1.     $(".modal").on("hide.bs.modal", function () {
  2.         $(this).find(".modal-body").find("form").each(function () {
  3.             $(this)[0].reset();
  4.         });
  5.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement