我点击content2
幻灯片显示内容但我需要html / body滚动到#部分,将打开的slidetoggle移动到页面顶部。
点击后,我需要主窗口向下滚动到该部分。
我有这个代码,但无法确定添加位置:
$("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>