Splitting lists using jQuery
Hi,
I am new to jQuery and currently trying to learn reading books/forums etc.
One of the things which I need to use it for is to show/hide parts of a list on a page.
I am using Actinic software for my online store and a list of products is generated for each section page. Sometimes this list can be up to 60 products long and i do not wish to display them all at the same time.
What I need to do is to use jQuery to show the first 10 products in the list and hide the rest, then when the user clicks on a next page icon show the next 10 products in the list and hide the previous 10. Vice vers with a previous page icon too. I do not want them to leave the page I just want them to select 10 products at a time out of the list
I have seen it done some where but cannot find it, any pointers appreciated .
Regards,
Nigel