我单击content2
滑动切换以显示内容,但我需要 html/body 滚动到 # 部分,将打开的滑动切换移动到页面顶部。单击后,我需要主窗口向下滚动到该部分。我有这段代码,但不知道在哪里添加它:
$("html, body").animate({'scrollTop': $(this).offset().top }, 'slow');
这是我正在使用的代码:
<fieldset>
<legend>
<a href="javascript: void(0);"onclick="$(this.parentNode).next().slideToggle('slow');$('#content2').trigger('scroll');">content 02</a>
</legend>[>the content<]
</fieldset>