Thursday, December 27, 2012

Reload JQuery


    function pageLoad(sender, args) {
        if (args.get_isPartialLoad()) {
            $jc(function() {
                $jc(".newsticker-jcarousellite").jCarouselLite({
                    vertical: true,
                    hoverPause: true,
                    visible: 10,
                    auto: 500,
                    speed: 3000
                });
            });
        }
    }

No comments:

Post a Comment