Subversion Repositories My Stuff

Rev

View as "text/plain" | Blame | Last modification | View Log | RSS feed

$(document).ready(function(){
        $('div.scrollable').scrollable({
                mousewheel: true,
                keyboard: true,
                next: ".next",
                prev: ".prev",
                speed: 500
        }).navigator();
});