Team:ETH Zurich/labblog/buttons
From 2014.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
function() | function() | ||
{ | { | ||
- | $(". | + | $(".ball").click( |
function() | function() | ||
{ | { | ||
Line 24: | Line 24: | ||
}); | }); | ||
- | $(". | + | $(".bdyn").click( |
function() | function() | ||
{ | { | ||
Line 38: | Line 38: | ||
}); | }); | ||
- | $(". | + | $(".bparam").click( |
function() | function() | ||
{ | { | ||
Line 52: | Line 52: | ||
}); | }); | ||
- | $(". | + | $(".bstead").click( |
function() | function() | ||
{ | { | ||
Line 66: | Line 66: | ||
}); | }); | ||
- | $(". | + | $(".bsingle").click( |
function() | function() | ||
{ | { | ||
Line 80: | Line 80: | ||
}); | }); | ||
- | $(". | + | $(".bdiff").click( |
function() | function() | ||
{ | { | ||
Line 94: | Line 94: | ||
}); | }); | ||
- | $(". | + | $(".berror").click( |
function() | function() | ||
{ | { | ||
Line 108: | Line 108: | ||
}); | }); | ||
- | $(". | + | $(".bpop").click( |
function() | function() | ||
{ | { | ||
Line 122: | Line 122: | ||
}); | }); | ||
- | $(". | + | $(".bdet").click( |
function() | function() | ||
{ | { | ||
Line 136: | Line 136: | ||
}); | }); | ||
- | $(". | + | $(".bstoc").click( |
function() | function() | ||
{ | { | ||
Line 152: | Line 152: | ||
</script> | </script> | ||
- | <button class = " | + | <button class = "ball"> View all </button> |
- | <button class = " | + | <button class = "bdyn"> Dynamic behavior </button> |
- | <button class = " | + | <button class = "bparam"> Parameter fitting </button> |
- | <button class = " | + | <button class = "bsingle"> Single cell model </button> |
- | <button class = " | + | <button class = "bdiff"> Diffusion model </button> |
- | <button class = " | + | <button class = "berror"> Error propagation </button> |
- | <button class = " | + | <button class = "bpop"> Population model </button> |
- | <button class = " | + | <button class = "bdet"> Deterministic model </button> |
- | <button class = " | + | <button class = "bstoc"> Stochastic model </button> |
- | <button class = " | + | <button class = "bstead"> Steady states </button> |
Revision as of 09:09, 9 July 2014