tags:

views:

20

answers:

0

how i can add 5 jquery scrollShow in one page

i tested this and not worked

$(document).ready(function() {
    $('.screen').each(function(index) {
        $(this).scrollShow({
                view:'#view',
                content:'#images',
                easing:'backout',
                wrappers:'link,crop',
                navigators:'a[id]',
                navigationMode:'sr',
                circular:true,
                start:0
            });
    });
});