I have a DIV that contains many input text.
I need a way in jQuery 1.3.2 to clear all the values inside the inputs onclick.
So when I click on a specific link all the values of the inputs inside that DIV will be cleared.
I do not have any sample code, I just need to know if there is a way to clear all the values of inputs that are inside a specific DIV (not in a FORM, but in a DIV).
yes there is
html like this
then jQuery
working demo