DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> jQuery入門知識 >> JQuery特效代碼 >> Jquery跳到頁面指定位置的方法
Jquery跳到頁面指定位置的方法
編輯:JQuery特效代碼     
offset() (包含top left)
. 代碼如下:
height()
scrollTop
$("body").scrollTop(**);

原理是修改頁面的scrollTop。

jquery動態效果:animate()
. 代碼如下:
$("html,body").animate({ scrollTop: **}, 500);
$("html,body").animate({ scrollTop: $().offset().top-$().height() }, 500);
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved