Hi everyone,
I'm looking for a way to create a small javascript text navigation system. I have a faculty list of 30 names, only 10 of which will fit in the design at a time. So I'd like functionality where the first 10 are displayed initially, then you can click on "More" to display the next 10 names (or "Previous" if you want to go back to the initial 10 names). Basically, a way to cycle through 10 names at a time. No database is involved, only static pages.
I've done some searching, but haven't really come up with anything elegant.
Anyone have any ideas, or links to something fairly easy to implement?
Thanks
RK
I'm looking for a way to create a small javascript text navigation system. I have a faculty list of 30 names, only 10 of which will fit in the design at a time. So I'd like functionality where the first 10 are displayed initially, then you can click on "More" to display the next 10 names (or "Previous" if you want to go back to the initial 10 names). Basically, a way to cycle through 10 names at a time. No database is involved, only static pages.
I've done some searching, but haven't really come up with anything elegant.
Anyone have any ideas, or links to something fairly easy to implement?
Thanks
RK