Posts by user3347814 • 126 points
1 post
-
1
votes4
answers542
viewsA: How to clear a form after submitting the data?
You can use setInterval as suggested or else instead of running limpar() at the click of the button, run this function in the form Submit: $(document).on('submit','#ID_DO_FORM',function(){…