Page 1 of 1

Reset Button on page to clear input values

Posted: Tue Feb 25, 2014 3:52 pm
by Haval Salem

Hi,

How i can make reset button on page onclick i want to clear input values.


Reset Button on page to clear input values

Posted: Tue Feb 25, 2014 6:15 pm
by Kateryna Grynko

Hi Haval,

Add this code to the button:pre$("input[type=text]").each(function(){$(this).val("");});/pre