Team:NCTU Formosa/source/head
From 2013.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
adjustStyle($(this).width()); | adjustStyle($(this).width()); | ||
}); | }); | ||
- | + | $('a[href*=#]').bind('click', function(e) { | |
- | + | e.preventDefault(); | |
- | + | var target = $(this).attr("href"); | |
- | + | ||
- | + | $('html, body').stop().animate({ scrollTop: $(target).offset().top }, 2000, function() { | |
- | + | location.hash = target; | |
- | + | }); | |
- | + | ||
- | + | return false; | |
- | + | }); | |
- | + | ||
- | + | ||
}); | }); | ||
</script> | </script> |
Revision as of 06:02, 29 August 2013