MonteCristo
MonteCristo

Reputation: 1550

Change the Jquery Tools Tab Slideshow clickable area

http://jquerytools.org/demos/tabs/slideshow.htm

Can I change this so that the panels are not clickable? make it only navigations are clickable?

Upvotes: 0

Views: 423

Answers (2)

Ras
Ras

Reputation: 628

Put $(".images div").unbind('click'); at thr bottom of the script, right after }).slideshow();

Upvotes: 3

Alexander
Alexander

Reputation: 3245

$(".slidetabs").tabs(".images > div").unbind("click");

Upvotes: 0

Related Questions