チップス

jquery リンク先のページを開く時にスクロールして開く


hoge.htmlのページにあるリンクをクリックすると
hogehoge.htmlページを開く時に
hogehoge.htmlのIDタグの所までスクロールしながら
移動する。

jQuery の animate の速度(動作時間)を指定する方法
・animate の速度の指定方法:animate の速度(動作時間)の指定方法は、2種類ある。
1 animate( properties, [ duration ], [ easing ], [ complete ] )
[ duration ] に入るのは、ミリ秒単位の数字、もしくは、'slow'、'normal'、'fast'、の文字列。

animate( { width: 'toggle',}, 'slow' )

2 animate( properties, options )

animate( { width: 'toggle',}, { duration: 'slow' } )

hoge.html

リンク先はこちらです。

hogehoge.html








bodyタグの最初と最後に <div id="sample">、</div>を挿入。
ジャンプ先に <div id="no"></div> を複数挿入。

 

[youtube-adds id="https://www.youtube.com/watch?v=-x7OBmCXGxE" style="tr-yellow" url="http://e-piyo.info/sl/pvwdn" title="メルマガ登録で無料プレゼント" desc="系統別ネットビジネス適性診断 (PDF) プレゼント。" adtype="3" action="4" colorbg="#000000" colortext="#ffffff"]

 

 

src源に感謝です。
リンク先ページの指定位置にスクロールで移動

 

 


   チップス