I would like to clear the content of 2 text boxes (code_area & qty_area) after pressing a button, what JS would I need for that? Thanks in advance
I would like to clear the content of 2 text boxes (code_area & qty_area) after pressing a button, what JS would I need for that? Thanks in advance
Hello Preston,
Please use this JS:
preApperyio("code_area").val("");/pre
Thanks, it worked!