<
  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 21: Line 21:
 
         people.each(function(person){
 
         people.each(function(person){
 
             person.set('url', person.get('url').replace("?embed", ""));
 
             person.set('url', person.get('url').replace("?embed", ""));
            console.log(person.get('url'));
 
 
         });
 
         });
 
     });
 
     });
Line 29: Line 28:
 
         $(".carouselPrev,.carouselNext").addClass("highlights-background-hover");
 
         $(".carouselPrev,.carouselNext").addClass("highlights-background-hover");
 
     });
 
     });
 +
    setInterval(function(){
 +
        $('.carouselUrl').attr('target', '_parent');
 +
    }, 100);
 
});
 
});
 
</script>
 
</script>

Revision as of 19:31, 21 July 2020