* エフェクト [#y7c53bbe]
** hide() [#r16ef3eb]
 $('h1').hide(2000,function(){
     console.log('hide() done.');
 });
 
** show() [#p9fdf22d]
 $('h1').show(3000,function(){
     console.log('show() done.');
 });

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