Difference between revisions of "Dev/Page"

Line 148: Line 148:
 
<script>
 
<script>
 
$(document).ready(function() {
 
$(document).ready(function() {
 +
 +
 +
var total_number_of_images = $('ul.image_slider li').length;
 +
var counter = 0;
  
 
setInterval(function() {
 
setInterval(function() {
 +
$( "ul.image_slider li:nth-child(counter)").toggleClass("current_image");
  
 +
counter++;
 
}, 3000);  
 
}, 3000);  
 
 

Revision as of 19:15, 29 January 2018

Loading...

All iGEM 2018 teams are given a namespace on the iGEM 2018 wiki with their team name: 2018.igem.org/Team:Example
Teams are allowed to create and edit pages within their respective team namespace. Teams are not allowed to create or edit pages belonging to another team's namespace.