I have a DIV that contains a lot of input text.
I need a way in jQuery 1.3.2 to clear all values inside onclick input.
Therefore, when I click on a specific link, all input values inside this DIV will be cleared.
I don't have sample code, I just need to know if there is a way to clear all input values that are inside a specific DIV (not in FORM, but in DIV).
thank
source
share