Team:ETH Zurich/labblog/buttons

From 2014.igem.org

(Difference between revisions)
Line 5: Line 5:
function()
function()
{
{
-
   $(".all").click(
+
   $(".ball").click(
   function()
   function()
   {
   {
Line 24: Line 24:
   });
   });
-
   $(".dyn").click(
+
   $(".bdyn").click(
   function()
   function()
   {
   {
Line 38: Line 38:
   });
   });
-
   $(".param").click(
+
   $(".bparam").click(
   function()
   function()
   {
   {
Line 52: Line 52:
   });
   });
-
   $(".stead").click(
+
   $(".bstead").click(
   function()
   function()
   {
   {
Line 66: Line 66:
   });
   });
-
   $(".single").click(
+
   $(".bsingle").click(
   function()
   function()
   {
   {
Line 80: Line 80:
   });
   });
-
   $(".diff").click(
+
   $(".bdiff").click(
   function()
   function()
   {
   {
Line 94: Line 94:
   });
   });
-
   $(".error").click(
+
   $(".berror").click(
   function()
   function()
   {
   {
Line 108: Line 108:
   });
   });
-
   $(".pop").click(
+
   $(".bpop").click(
   function()
   function()
   {
   {
Line 122: Line 122:
   });
   });
-
   $(".det").click(
+
   $(".bdet").click(
   function()
   function()
   {
   {
Line 136: Line 136:
   });
   });
-
   $(".stoc").click(
+
   $(".bstoc").click(
   function()
   function()
   {
   {
Line 152: Line 152:
</script>
</script>
-
<button class = "all"> View all </button>
+
<button class = "ball"> View all </button>
-
<button class = "dyn"> Dynamic behavior </button>
+
<button class = "bdyn"> Dynamic behavior </button>
-
<button class = "param"> Parameter fitting </button>
+
<button class = "bparam"> Parameter fitting </button>
-
<button class = "single"> Single cell model </button>
+
<button class = "bsingle"> Single cell model </button>
-
<button class = "diff"> Diffusion model </button>
+
<button class = "bdiff"> Diffusion model </button>
-
<button class = "error"> Error propagation </button>
+
<button class = "berror"> Error propagation </button>
-
<button class = "pop"> Population model </button>
+
<button class = "bpop"> Population model </button>
-
<button class = "det"> Deterministic model </button>
+
<button class = "bdet"> Deterministic model </button>
-
<button class = "stoc"> Stochastic model </button>
+
<button class = "bstoc"> Stochastic model </button>
-
<button class = "stead"> Steady states </button>
+
<button class = "bstead"> Steady states </button>

Revision as of 09:09, 9 July 2014

Test1 Test2 Test3 Test4