+ JavaScript の質問用スレッド vol.126 + [転載禁止]©2ch.net (739レス)
+ JavaScript の質問用スレッド vol.126 + [転載禁止]©2ch.net http://mevius.5ch.net/test/read.cgi/hp/1439005423/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
283: Name_Not_Found [] 2022/08/03(水) 20:01:54.34 ID:Nj6BOTMG <!DOCTYPE html> <html> <head> <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> <title>サンプル</title> </head> <body> <input type="button" value="再生" id="button"> <script> var playing_flag = false; if (playing_flag === false){ $('#button').click(function() { console.log('ボタンが押された'); console.log(playing_flag); $('#button').val('演奏中止'); playing_flag = true; console.log(playing_flag); // run(); }); }else{ console.log(playing_flag); // reset(); } </script> </body> </html> flag用の変数を使ってもダメだった。どこで躓いているんだろ。。 http://mevius.5ch.net/test/read.cgi/hp/1439005423/283
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
あと 456 レスあります
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.006s