getdave / Protoshow

A simple slideshow for Prototype.js and script.aculo.us
http://www.protoshow.net
22 stars 19 forks source link

Navigation requires hash href attr #9

Open getdave opened 12 years ago

getdave commented 12 years ago

Currently the navigation requires a href to be present with a hash in the url.

this means that if you're working with custom navigation (ie: not auto generated) your default markup can't have valid hrefs.

Suggest using "data" attr to manage slide allocation as opposed to href.