Team:Heidelberg/Templates/Footer-DelRest
From 2013.igem.org
(Difference between revisions)
Nils.kurzawa (Talk | contribs) |
Nils.kurzawa (Talk | contribs) m |
||
(13 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<script src="https://2013.igem.org/Team:Heidelberg/Templates/jquery-scrollbar?action=raw&ctype=text/javascript"></script> | <script src="https://2013.igem.org/Team:Heidelberg/Templates/jquery-scrollbar?action=raw&ctype=text/javascript"></script> | ||
<script src="https://2013.igem.org/Team:Heidelberg/Templates/jquery-scrollbar2?action=raw&ctype=text/javascript"></script> | <script src="https://2013.igem.org/Team:Heidelberg/Templates/jquery-scrollbar2?action=raw&ctype=text/javascript"></script> | ||
<script src="https://2013.igem.org/Team:Heidelberg/Templates/carousel-special-js?action=raw&ctype=text/javascript"></script> | <script src="https://2013.igem.org/Team:Heidelberg/Templates/carousel-special-js?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function() { | $(function() { | ||
Line 58: | Line 57: | ||
//make labjournal fit on month-tab click | //make labjournal fit on month-tab click | ||
- | $('july').click(function(e) { | + | $('#july').click(function(e) { |
e.preventDefault(); | e.preventDefault(); | ||
$('.labjournal-weekly:visible').hide(); | $('.labjournal-weekly:visible').hide(); | ||
- | $($('.labjournal-weekly' | + | $($('.labjournal-weekly')[0]).show(); |
+ | scrollbar.triggerScrollbarUpdate_nav_tabs(); | ||
}); | }); | ||
- | $('august').click(function(e) { | + | $('#august').click(function(e) { |
e.preventDefault(); | e.preventDefault(); | ||
$('.labjournal-weekly:visible').hide(); | $('.labjournal-weekly:visible').hide(); | ||
- | $($('.labjournal-weekly' | + | $($('.labjournal-weekly')[5]).show(); |
+ | scrollbar.triggerScrollbarUpdate_nav_tabs(); | ||
}); | }); | ||
Line 73: | Line 74: | ||
<!--<script src="bootstrap-3.0.0/assets/js/jquery.js"></script>--> | <!--<script src="bootstrap-3.0.0/assets/js/jquery.js"></script>--> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</html> | </html> |
Latest revision as of 14:37, 4 October 2013