So i have something like 10 or more <input type=text> in which i fill them with database values by using php.
Some of the values will be 0 so the inputs will get their value set to 0. I want to select all those inputs and set their value to empty as the window loads.
I've did some googling but did not find any script that would help me do this.