need help with arrays
need help with arrays
Hi,
I would like to know if I can access a jquery array (eg. $
('.myclass')) like a normal array, means that way (not working
example): $('.myclass')[i]
I need something like this when it comes to two different objects,
which are the same in count. There is a table with two input fields
per row and I want to traverse the rows for extracting data (one row
(2 cells) -> one object).
I didn't find anything in the API...so if you could help me..would be
very nice :)
greets,
Thorsten