Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript clearing text box value Re: clearing text box value

#61963
aligolabi
Participant

thank u falkencreative,
i solve that, it is not good idea that using <input type="reset"> for handling the clear function,
because when i press the reset browser try to change the value to "defult" and .val(”)doesn’t work,
changing type of input to BUTTON can solve this issue.

[sorry for my english]