clear form using jquery

Solutions on MaxInterview for clear form using jquery by the best coders in the world

showing results for - "clear form using jquery"
Edoardo
07 Sep 2020
1$('#form').get(0).reset()
Nicole
08 Oct 2017
1/*if form id is mkform */
2 $('#mkform')[0].reset();