From 2014.igem.org
(Difference between revisions)
|
|
Line 32: |
Line 32: |
| }); | | }); |
| | | |
- | $(document).ready(function(){
| + | |
- | $("#hideback").click(function(){
| + | |
- | $(".background").hide();
| + | |
- | });
| + | |
- | $("#showback").click(function(){
| + | |
- | $(".background").show();
| + | |
- | });
| + | |
- | });
| + | |
- | $(document).ready(function(){
| + | |
- | $("#hidegoals").click(function(){
| + | |
- | $(".goals").hide();
| + | |
- | });
| + | |
- | $("#showgoals").click(function(){
| + | |
- | $(".goals").show();
| + | |
- | });
| + | |
- | });
| + | |
- | $(document).ready(function(){
| + | |
- | $("#hideimp").click(function(){
| + | |
- | $(".implementation").hide();
| + | |
- | });
| + | |
- | $("#showimp").click(function(){
| + | |
- | $(".implementation").show();
| + | |
- | });
| + | |
- | });
| + | |
- | $(document).ready(function(){
| + | |
- | $("#hidetools").click(function(){
| + | |
- | $(".tools").hide();
| + | |
- | });
| + | |
- | $("#showtools").click(function(){
| + | |
- | $(".tools").show();
| + | |
- | });
| + | |
- | });
| + | |
- | $(document).ready(function(){
| + | |
- | $("#hideapp").click(function(){
| + | |
- | $(".applications").hide();
| + | |
- | });
| + | |
- | $("#showapp").click(function(){
| + | |
- | $(".applications").show();
| + | |
- | });
| + | |
- | });
| + | |
| </script> | | </script> |
| | | |
Revision as of 12:20, 15 August 2014