Which jQuery DOM method is used to set or return the value of form fields?
Options:
Explanation:
The jQuery DOM method
val() 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().