Hi all,
I need help. I have got a scroller working with next back buttons scrolling the div tags within 'scrollable' but I need to automatically jump to a div tag when the page is loaded or reloaded i.e. start at the 5 div tag along. is this possible? my code/example link below
$(function() { $("div.scrollable").scrollable(); });