Template:Sifuentes01

From 2014.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 309: Line 309:
});
});
-
  // this makes any area of the button clickable
+
$(".button").click(function(){
-
$(".button").click(function() {
+
    if($(this).find("a").length){
-
  window.location = $(this).find("a").attr("href");  
+
        window.location.href = $(this).find("a:first").attr("href");
-
  return false;
+
    }
-
  });
+
});
 +
 
 +
//$this.find("a").trigger("click")
</script>
</script>
Line 326: Line 328:
<div id ="contentWrap">  
<div id ="contentWrap">  
<div id="fullwidthBanner">
<div id="fullwidthBanner">
-
<img src="https://static.igem.org/mediawiki/2014/b/b2/Demobannerimage.jpg">
+
<img src="https://static.igem.org/mediawiki/2014/c/cb/Demobannerimage2.jpg" width="970px">
</div>
</div>

Latest revision as of 18:31, 12 January 2015