HASHSLIDER V2 OUT NOW!

You can found an improved version of the hashslider here


MGOYS
goLeft

simple jquery hash-slider

This jquery-based slider does what the most jquery-sliders do, but adds a hashtag to the window location, so you can link to any content / position of the slider. I was searching for a script like this for a while but didn't find one and so a decided to make one myself.

For example: http://yoururl.com/slider.html#3 will set the slider to its 3th position

features

download

minified script download and css download
rar-package with the script, the css and a example integration download

integration

Grab the latest version of jquery and download and integrate the hashslider.js and the hashslider.css (also the mousewheel plugin if you wish) use following HTML code and then make your adjustments in css. Note: it's important to give the #slider a specific width!

<div id="slider">
<ul>
<li> example</li>
<li> example2</li>
</ul>
</div>

<div id="left"> goLeft </div>
<div id="right"> goRight </div>

<ul id="numbers">
<li></li>
</ul>


Feel free to try around and play a little bit with the code, you could use other easing-methods for example.