User:Sifuentes anita
From 2014.igem.org
(Difference between revisions)
Line 316: | Line 316: | ||
<div class="newsItem"> third item</div> | <div class="newsItem"> third item</div> | ||
<div class="clear"></div> | <div class="clear"></div> | ||
- | + | <div class="button"> <a href=""> READ MORE </a> </div> | |
</div> | </div> | ||
Line 360: | Line 360: | ||
return false; | return false; | ||
}); | }); | ||
+ | |||
+ | $(".button").click(function() { | ||
+ | window.location = $(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
<!-- end of html --> | <!-- end of html --> | ||
</html> | </html> |
Revision as of 15:10, 8 January 2015
Welcome to iGEM 2015
More information will be posted soon