Team:TU Munich/lab/notebook
From 2011.igem.org
(Difference between revisions)
Line 75: | Line 75: | ||
</style> | </style> | ||
- | <script> | + | <script src="https://2011.igem.org/Team:TU_Munich/jquery.localscroll-min.js?action=raw&ctype=text/js" type="text/javascript"></script> |
- | </script> | + | <script src="https://2011.igem.org/Team:TU_Munich/jquery.scrollTo-min.js?action=raw&ctype=text/js" type="text/javascript"></script> |
</head> | </head> | ||
<body> | <body> | ||
Line 99: | Line 99: | ||
$('.'+this.value).css({display: 'none'}) | $('.'+this.value).css({display: 'none'}) | ||
} | } | ||
- | }); | + | }); |
} | } | ||
}); | }); | ||
Line 108: | Line 108: | ||
<script> | <script> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | |||
+ | $('#datepicker').localScroll({ | ||
+ | target:'#tabcontent', | ||
+ | offset: '50px', | ||
+ | easing: 'easeInElastic' | ||
+ | }); | ||
+ | |||
$('.labcheckbox').each(function() { | $('.labcheckbox').each(function() { | ||
if ($(this).is(':checked')){ | if ($(this).is(':checked')){ |
Revision as of 13:45, 15 September 2011