How do clear or reset all form editor fields?
val() or field().val() for each of the fields (which you can get using fields()).
val()
field().val()
fields()
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
val()
orfield().val()
for each of the fields (which you can get usingfields()
).Allan