Team:DTU-Denmark/sysucolortest
From 2014.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $('.monkeymonkeymonkey').click(function() { | ||
+ | $('body').animate({ | ||
+ | scrollTop: eval($('#' + $(this).attr('target')).offset().top) | ||
+ | }, 1000); | ||
+ | }); | ||
+ | }); | ||
+ | |||
$(document).ready(function(){ | $(document).ready(function(){ | ||
Revision as of 12:38, 16 October 2014
MOVED to template_css