Team:Evry/template v1

From 2013.igem.org

(Difference between revisions)
Line 105: Line 105:
</script>
</script>
 +
<!-- Ancre Notebook -->
 +
<script type="text/javascript">
 +
$(document).ready( function () {
 +
  $('#w1').click(function() {
 +
    $('html,body').animate({scrollTop: $("#week1").offset().top}, 'slow');
 +
  });
 +
})
 +
</script>
</html>
</html>

Revision as of 17:27, 11 September 2013