I’ve sort of paginated a large menu — user sees 12 items at a time in a panel.
Its the menu on the right, here: http://bartlettstudio.com/
You can see my issue when you click on More Projects and select a link from that second panel.
Take this one for example: http://bartlettstudio.com/projects/dog-named-lucky/
When you’re on that page, the sidebar menu reverts back to the first panel and you have no way to tell what menu item you’re on. You need to click More Projects to see that “Dog Named Lucky” menu item.
The Question
Can anyone help me figure out how to approach this issue? Others have mentioned using jQuery hashchange, but that’s proven to be way over my head. Can anyone think of another way to solve this?
With much thanks
Terry
The more projects link could be changed to have a href in it lets say:
Then next onClick you can do something like this in jQuery: