Quote:
Originally Posted by Feckie (Roger)
Ok I have just set up a live site, and it works, without changing any links....
Live Demo Here.
Mind you it still doesn't work on my local pc test site..
Bree Congrats awesome addition...
One question where do I change the ajax refresh time........... 
|
Are you asking about the rotation time of the Tabs?
if so, that would be in the smnlikquick template.. the .init sets the time in micro seconds, just change it higher or lower to decrease or increase the intervals.
Code:
var mytabs=new ddajaxtabs("tabs", "divcontainer")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init(5000)