<
  AI4Society Website  

The following NCEs have contributed to the development of the Forum:
GRAND, AGE-WELL, GlycoNet, CFN
Les RCE suivants ont contribué au développement du Forum : GRAND, AGE-WELL, GlycoNet, CFN

Difference between revisions of "Carousel"

From AI4Society Forum

Line 26: Line 26:
  
 
     var view = new CarouselView({el: "#carousel", model: people});
 
     var view = new CarouselView({el: "#carousel", model: people});
        _.defer(function(){
+
    people.on("sync", function(){
            $(".carouselPrev,.carouselNext").addClass("highlights-background-hover");
+
        $(".carouselPrev,.carouselNext").addClass("highlights-background-hover");
        });
+
    });
 
});
 
});
 
</script>
 
</script>

Revision as of 19:23, 21 July 2020