Answers for "how to clear text from a form jquery"

0

CLEAR FORM using jquery

/*if form id is mkform */
 $('#mkform')[0].reset();
Posted by: Guest on June-10-2021

Code answers related to "how to clear text from a form jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language