Template:Sifuentes01

From 2014.igem.org

(Difference between revisions)
Line 310: Line 310:
   // this makes any area of the button clickable
   // this makes any area of the button clickable
-
$(".button: hover").click(function() {
+
$(".button:hover").click(function() {
   window.location = $(this).find("a").attr("href");  
   window.location = $(this).find("a").attr("href");  
   return false;
   return false;

Revision as of 21:44, 8 January 2015