只是想知道在ID中使用句点的最佳解决方案是什么?现在,使用句点时向下滚动不起作用,例如#d.en.111
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top}, 500);
});
});