Published
- 1 min read
CLEAR FORM using jquery
The solution for this is noted below
CLEAR FORM using jquery
Solution
/*if form id is mkform */
$('#mkform')[0].reset();
Try other methods by searching on the site. That is if this doesn’t work