滚动动画slideToggle图例到html / body top

时间:2012-12-16 12:44:14

标签: javascript slidetoggle legend fieldset

我点击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>

0 个答案:

没有答案