how to get the id of the first child node of list
|
| View previous topic :: View next topic |
| Author |
Message |
plantino
Joined: 13 May 2006 Posts: 96
|
Maybe you guys can give me a help with this question. I want to get the id of the first child node of "list" in the following paste.
How do I get to that? |
| |
|
|
|
|
PaulKolin
Joined: 25 May 2006 Posts: 108
| |
plantino
Joined: 13 May 2006 Posts: 96
|
That's exactly what i want it to do, just with 4 small thumbnails of albums and then zoom, off the screen go those 4 and on the screen come 4 more
Correct me if I'm wrong, but does it seem like a bad idea to have all 16 albums loaded in the dom, of which, only 4 are displayed at any given time? |
| |
|
|
PaulKolin
Joined: 25 May 2006 Posts: 108
|
RemoveChild the ones you don't want then
(this site all loads on demand, but it does hang around .. depends on how much data you're talking about) |
| |
|
|
|
|