Team:NCTU Formosa/source/head
From 2013.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
adjustStyle($(this).width()); | adjustStyle($(this).width()); | ||
}); | }); | ||
- | + | $('a[href*=#]').click(function() { | |
- | $('a[href*=#] | + | if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') |
- | if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') | + | && location.hostname == this.hostname) { |
- | + | var $target = $(this.hash); | |
- | + | $target = $target.length && $target || $('[name=' + this.hash.slice(1) +']'); | |
- | + | if ($target.length) { | |
- | + | var targetOffset = $target.offset().left; | |
- | + | $('html,body').animate({scrollLeft: targetOffset}, 1000); | |
- | + | return false; | |
- | + | } | |
- | + | ||
- | + | ||
} | } | ||
- | } | + | }); |
}); | }); | ||
</script> | </script> |
Revision as of 05:55, 29 August 2013