I have a form which is laid out like a spreadsheet.
I want to validate the text in each textbox and if it\'s not numeric, change the background of the textbox and di
For each loop:
for (var $input in $('input[type="text"]')) { //code here }