Posted on 10th September 2024|37 views
How to reset a form using jQuery with .reset() method?
Posted on 10th September 2024| views
jQuery does not have any particular reset method, though the HTML Form Element has, so if we want to reset all the fields within a form, we have to follow something like this document. getElementById('configform'). reset();
Improve your knowledge in Jquery from scratch using Jquery Online Course.