2010年12月1日 / 最終更新日 : 2013年7月10日 admin javascript jQuery スライド メモに $(document).ready(function(){ $('#navi > li').click(function(){ // 引数には開閉する速度を指定します $(this).next().slideToggle('fast', function() { //コールバック関数の処理 }); }); }); Follow me! FacebooktwitterHatenaPocketCopy