Broken/Pop開閉ボタン

提供:大乱闘スマッシュブラザーズWiki
2014年3月5日 (水) 23:33時点におけるWIKIMASA (トーク | 投稿記録)による版 (ページの作成:「<onlyinclude> <script type='text/javascript'> unction allpopopenbutton(){ var allpopopenbutton_a = 0; var allpopopenbutton_b = setInterval(function() { allpopopen...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

<script type='text/javascript'> unction allpopopenbutton(){ var allpopopenbutton_a = 0; var allpopopenbutton_b = setInterval(function() {

       allpopopen();
       allpopopenbutton_a++;
   //終了条件
   if (allpopopenbutton_a == 1) {
   clearInterval(allpopopenbutton_b);
   }

}, 100); } </script>

<a href="javascript:void(0)" onClick="allpopopenbutton()"><img width=33px alt="全て展開" src="手製画像/pop+.gif"></a>