views:

35

answers:

2

Hello,

I've created a simple jQuery slider for my website, and I was wondering if it's possible to assign a URL for each pane.

For example /index.html#about will slide to the about tab by default.

Many thanks for your help and responses.

A: 

It could be done programatically in JavaScript (with jQuery). You should parse the page URL (from document.location), extract everything after "#" and use this data to initialize your slider.

PanJanek
A: 

Try extending this:

http://www.stilbuero.de/jquery/history/

pygorex1
I think that's what I've been looking for. Thank you for your help.
bryceroney