Which jQuery DOM method is used to set or return the value of form fields?
Options:
Explanation:
The jQuery DOM method <span class="w3-codespan">val()</span> is used to set or return the value of form fields.
Tags:
jQuery
Answer:
Which jQuery DOM method is used to set or return the value of form fields val().