假设您有以下 URL (www.domain.com/page.php#_number)。
我想从 url**(_1)** 中提取 id 并在页面加载时滚动到它。
您的帮助将不胜感激。
谢谢大家的帮助。
答案:-
$(document).ready(function() {
var $root = $('html, body');
var ancloc = window.location.hash;
event.preventDefault();
$root.animate({
scrollTop: $(ancloc).offset().top
}, 500, function () {
window.location.hash = href;
});
return false;
});