I'm creating sidebars including tables for a website.
I would like:
- only five rows to show at first
- by clicking a link in at the bottom of the sidebar 15 rows will be shown and the link text will change.
- by clicking the link again when the div is fully open the sidebar only shows the first five again and the link text changes back to the first one again.
So I'm looking for some kind of toggle div function to do this for me, but I want a part of the div to be always visible.
Here is a screenshot of my sidebars: http://cl.ly/image/390J2u2z1W1Z
Is there anyone who have a good solution to my problem?