[jQuery] how to access the value of multiple textbox of same name.
Hi all.
I have n number of text box (n may be any number) with same name. And
I want to access the value of all the text box of that name.
Ex-:
<input type="text" name="location[]" />
<input type="text" name="location[]" />
<input type="text" name="location[]" />
or is there any other way to access the value of the text box. Either
by class or any othe property
Thanks
Rupak