Template:Slider
From 2014.igem.org
(Difference between revisions)
Line 69: | Line 69: | ||
function(){ | function(){ | ||
switch($(this).attr("class")){ | switch($(this).attr("class")){ | ||
- | case "thumb_p": | + | case "thumb_p":ca |
- | $(this).attr("src",d+" | + | $(this).attr("src",d+"https://static.igem.org/mediawiki/2014/9/91/Arrow_l.png"); |
break; | break; | ||
case "thumb_num": | case "thumb_num": | ||
Line 78: | Line 78: | ||
break; | break; | ||
case "thumb_n": | case "thumb_n": | ||
- | $(this).attr("src",d+" | + | $(this).attr("src",d+"https://static.igem.org/mediawiki/2014/9/97/Arrow_r.png"); |
break; | break; | ||
} | } | ||
Line 85: | Line 85: | ||
switch($(this).attr("class")){ | switch($(this).attr("class")){ | ||
case "thumb_p": | case "thumb_p": | ||
- | $(this).attr("src",d+" | + | $(this).attr("src",d+"https://static.igem.org/mediawiki/2014/9/91/Arrow_l.png"); |
break; | break; | ||
case "thumb_num": | case "thumb_num": | ||
Line 93: | Line 93: | ||
break; | break; | ||
case "thumb_n": | case "thumb_n": | ||
- | $(this).attr("src",d+" | + | $(this).attr("src",d+"https://static.igem.org/mediawiki/2014/9/97/Arrow_r.png"); |
break; | break; | ||
} | } |
Revision as of 23:14, 17 October 2014