* jQuery 主なAPI [#x936bbcd]






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


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