Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://jquerytools.org/demos/tabs/slideshow.htm
これを変更して、パネルをクリックできないようにすることはできますか? ナビゲーションのみがクリック可能にしますか?
$(".images div").unbind('click');スクリプトの一番下、直後に置く}).slideshow();
$(".images div").unbind('click');
}).slideshow();
$(".slidetabs").tabs(".images > div").unbind("click");