views:

57

answers:

0

I'm using the lovely Galleria Jquery image gallery. It all works fine but i need to create another way of traversing through the images as there will be quite a few images in the gallery and scrolling through using the normal controls would be quite laborious.

So what i want to make is a grid of numbers like this:

01 02 03 04 05 06 07 08 09 10

where each one is a link to the corresponding image in the gallery. When you click on a number, the correct image fades in!

Any help would be really great!!

Ah! I just found out how to do this with hashtags and an updated jquery.history plugin!!

Woohoo!!