jquery - s6 slideshow internal links not working -
internal links not working in s6 slideshow
i'm trying add navigational links - ie links between slideshow pages. works fine in eric meyer's s5 doesn't work in jquery supported s6 format. correct href appears in browser address box after clicking link. make work have click refresh.
link example:
<a href="#5">click here slide 5</a>
something (some jquery?) stopping default behaviour of link. have searched scripts (mainly jquery.slideshow.js) "return false" , found 1 - add behaviour of clicking on titles of slides advance slide. tried changing "return false" "return true" (a guess) didn't work. searched "preventdefault" there weren't any.
does know links being disabled in s6 scripts?
i sure add script refresh whole thing. tried location.reload(false) insists on reloading server defies point of having pages locally cached. , anyway, trying know jquery , getting me can't find out why these links have been disabled.
Comments
Post a Comment