jQuery Scrollable - Prevent sliding at clicking on content area
Hi there,
i'am using
http://flowplayer.org/tools/scrollable.html#api and wondering how to prevent the sliding by clicking in the content area? I only want the user to scroll the slider by clicking on my arrows left and right.
here is my slider setup code:
- $("#teaserScrollable").scrollable({
size:1,
onSeek: function() {
$(".innerSubMenue").slideDown("normal");
$(".innerSubMenue").slideUp("normal");
},
next:'#teaserNext',
prev:'#teaserPrev'
});
Thanks for responses
qualle