Team:ETH Zurich/labblog/buttons
From 2014.igem.org
(Difference between revisions)
m |
|||
Line 5: | Line 5: | ||
function() | function() | ||
{ | { | ||
- | $(".ball").click( | + | $(".bmodeling").click( |
+ | function() | ||
+ | { | ||
+ | $(".dyn").show(); | ||
+ | $(".param").show(); | ||
+ | $(".stead").show(); | ||
+ | $(".single").show(); | ||
+ | $(".diff").show(); | ||
+ | $(".error").show(); | ||
+ | $(".pop").show(); | ||
+ | $(".det").show(); | ||
+ | $(".stoc").show(); | ||
+ | $(".mini").hide(); | ||
+ | $(".gibs").hide(); | ||
+ | $(".frag").hide(); | ||
+ | $(".events").hide(); | ||
+ | $(".inter").hide(); | ||
+ | $(".media").hide(); | ||
+ | $(".facs").hide(); | ||
+ | $(".beads").hide(); | ||
+ | }); | ||
+ | |||
+ | $(".blab").click( | ||
+ | function() | ||
+ | { | ||
+ | $(".dyn").hide(); | ||
+ | $(".param").hide(); | ||
+ | $(".stead").hide(); | ||
+ | $(".single").hide(); | ||
+ | $(".diff").hide(); | ||
+ | $(".error").hide(); | ||
+ | $(".pop").hide(); | ||
+ | $(".det").hide(); | ||
+ | $(".stoc").hide(); | ||
+ | $(".mini").show(); | ||
+ | $(".gibs").show(); | ||
+ | $(".frag").show(); | ||
+ | $(".events").hide(); | ||
+ | $(".inter").hide(); | ||
+ | $(".media").hide(); | ||
+ | $(".facs").show(); | ||
+ | $(".beads").show(); | ||
+ | }); | ||
+ | |||
+ | $(".bhuman").click( | ||
+ | function() | ||
+ | { | ||
+ | $(".dyn").hide(); | ||
+ | $(".param").hide(); | ||
+ | $(".stead").hide(); | ||
+ | $(".single").hide(); | ||
+ | $(".diff").hide(); | ||
+ | $(".error").hide(); | ||
+ | $(".pop").hide(); | ||
+ | $(".det").hide(); | ||
+ | $(".stoc").hide(); | ||
+ | $(".mini").hide(); | ||
+ | $(".gibs").hide(); | ||
+ | $(".frag").hide(); | ||
+ | $(".events").show(); | ||
+ | $(".inter").show(); | ||
+ | $(".media").show(); | ||
+ | $(".facs").hide(); | ||
+ | $(".beads").hide(); | ||
+ | }); | ||
+ | |||
+ | $(".ball").click( | ||
function() | function() | ||
{ | { | ||
Line 405: | Line 471: | ||
</script> | </script> | ||
- | <button class = "ball"> View all </button> | + | <button class = "ball"> View all </button> <br/> |
- | < | + | <button class = "bmodeling"> Modeling </button><br/> |
<button class = "bdyn"> Dynamic behavior </button> | <button class = "bdyn"> Dynamic behavior </button> | ||
<button class = "bparam"> Parameter fitting </button> | <button class = "bparam"> Parameter fitting </button> | ||
Line 415: | Line 481: | ||
<button class = "bdet"> Deterministic model </button> | <button class = "bdet"> Deterministic model </button> | ||
<button class = "bstoc"> Stochastic model </button> | <button class = "bstoc"> Stochastic model </button> | ||
- | <button class = "bstead"> Steady states </button> | + | <button class = "bstead"> Steady states </button><br/> |
- | < | + | <button class = "blab"> Lab </button><br/> |
<button class = "bgibs"> Gibson Assembly</button> | <button class = "bgibs"> Gibson Assembly</button> | ||
<button class = "bmini"> Miniprep </button> | <button class = "bmini"> Miniprep </button> | ||
- | <button class = "bfrag"> Fragment preparation </button> | + | <button class = "bfrag"> Fragment preparation </button><br/> |
- | < | + | <button class = "bhuman"> Human Practice </button><br/> |
<button class = "bevents"> Events</button> | <button class = "bevents"> Events</button> | ||
<button class = "binter"> Interviews </button> | <button class = "binter"> Interviews </button> |
Revision as of 10:28, 10 July 2014