jQuery.mb.scrollable 1.5.7
The new 1.5.7 release is out.
Added goToPage method.
$(myScrollable).goToPage(pageNumber, noAnimation);
params:
pageNumber: (int) the number of the page you want to get;
noAnimation: (boolean) if the transition should be animated or not.


