Hello im building a slide on Jquerytools , using this http://jquerytools.org/demos/scrollable/gallery.html
And autoscroll http://jquerytools.org/documentation/scrollable/autoscroll.html
My problem is i can merge the Play & Pause buttons so if play is active, pause is displayed, and vice versa..
http://jsfiddle.net/PcAwU/ Here you can find my code..
Also if you can tell me how to change the
<button type="button" onClick="api.play()">Play</button>
Whit the normal img link so i can make image buttons like
<a href="#" onClick="api.play()" ><img src="#"></a>
just with the correct syntax,
The last issue, is that in this part i try to replace de click with hover. but the first image wont show up when loading the page.. so i create a "malfunction" when i do that
this line is where i change "click" with "hover"
$(".items img").click(function() {