Reaching rows in the next page
Reaching rows in the next page
(I don't add a debug example because it is a generic question. Thank you)
I have a table it has 3 pages and 25 rows in page.
When I make this [code] var myrow=$('#row' + id);[/code]
If "id" is in 1st page it works, if id is in 2nd or 3rd page, this selector doesn't work.
I want to be sure, A row in second or third page can't be reached with getElement by id ?
I have a table it has 3 pages and 25 rows in page.
When I make this [code] var myrow=$('#row' + id);[/code]
If "id" is in 1st page it works, if id is in 2nd or 3rd page, this selector doesn't work.
I want to be sure, A row in second or third page can't be reached with getElement by id ?
This discussion has been closed.
Replies
Allan