Friday, May 4th, 2007...11:09 am
Clearing All Text Boxes with Prototype
Jump to Comments
Here's a quick one, clearing out all input text boxes with prototype
$('formid').getInputs('text').invoke('clear');
Here's a quick one, clearing out all input text boxes with prototype
Leave a Reply