scrollTo 没有滚动到超出页面底部的 div ......有什么建议吗?(jQuery 1.3,滚动到 1.42)
function toggleCollapsible(ownerDiv) {
ownerDiv.next(".Collapsible").slideToggle("fast",
$.scrollTo(ownerDiv, "slow"));
}
scrollTo 没有滚动到超出页面底部的 div ......有什么建议吗?(jQuery 1.3,滚动到 1.42)
function toggleCollapsible(ownerDiv) {
ownerDiv.next(".Collapsible").slideToggle("fast",
$.scrollTo(ownerDiv, "slow"));
}