I have array of two textboxes in a table, on blur of one text box in a row I have to copy part of the text from one to other, similarly based on text typed in first text box I need to fill the second on blur. How do I do this in jQuery. I tried to use .each but does not seems to be working. Hope I am clear in my question, please help me resolving this.
I have the one name for each text box, mean finally I will get two arrays if I get them in java class.
Thanks in advance
if u need for more than one and if i understand u properly