Skip to content

Instantly share code, notes, and snippets.

View 34tth3r1ch's full-sized avatar
🤣

DF 34tth3r1ch

🤣
View GitHub Profile
jQuery(document).ready(function() {
$("#vertScrollable").scrollable({vertical:true,prev:".healthup",next:".healthdown"});
$("#scrollable").scrollable();
var myApi = $("#scrollable").data("scrollable");
$(".nutrition").bind('click', function() {
myApi.seekTo(0);
});
$(".fitnessExercise").bind('click', function() {
myApi.seekTo(1);
});