Template:Sifuentes01

From 2014.igem.org

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

Revision as of 22:10, 8 January 2015