Team:TU Munich/lab/notebook
From 2011.igem.org
(Difference between revisions)
Line 168: | Line 168: | ||
<script> | <script> | ||
$(function() { | $(function() { | ||
- | $( "#datepicker" ).datepicker(); | + | $( "#datepicker" ).datepicker({ |
+ | onSelect: function(dateText, inst) { | ||
+ | console.log(dateText); | ||
+ | $('.tabconent').ScrollTo({ | ||
+ | offset: {top: '50px'}, | ||
+ | easing: 'easeInElastic' | ||
+ | }); | ||
+ | } | ||
+ | }); | ||
}); | }); | ||
</script> | </script> |
Revision as of 14:25, 15 September 2011