Subversion Repositories My Stuff

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
17 kardasa 1
$(document).ready(function(){
2
        $('div.scrollable_fancybox').scrollable({
3
                mousewheel: true,
4
                keyboard: true,
5
                next: ".next",
6
                prev: ".prev",
7
                speed: 500
8
        }).navigator();
9
});