Reset Button on page to clear input values
Posted: Tue Feb 25, 2014 3:52 pm
Hi,
How i can make reset button on page onclick i want to clear input values.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
How i can make reset button on page onclick i want to clear input values.
Hi Haval,
Add this code to the button:pre$("input[type=text]").each(function(){$(this).val("");});/pre