エフェクト

hide()

 $('h1').hide(2000,function(){
     console.log('hide() done.');
 });
 

show()

 $('h1').show(3000,function(){
     console.log('show() done.');
 });

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2013-04-14 (日) 20:12:02