Curtains.js does not work

403 Views Asked by At

Here is my project https://c9.io/antibioticvz/demo-project

I tried implement Curtains.js and it's scrolling a page, but I not able to change scrollSpeed: and curtainLinks:

So how to make link to my page part? Who had relevant experiences?

$(document).ready(function () {
    $('.curtains>li').css('position', 'fixed');
    $('.curtains').curtain({
        scrollSpeed: 100,
        curtainLinks: '.curtain-links'
    });
});
1

There are 1 best solutions below

0
dapapes On

For some reason curtains.js doesn't work well with newer versions of jquery. Try using jquery 1.7.