We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://nadesi.com/cgi/kaizen3/index.php?m=thread&threadid=89
「実行!」のボタン作成 それをクリックした時には、 「OK」のボタン作成して《OKボタン》に代入 「キャンセル」のボタン作成して《キャンセルボタン》に代入 《OKボタン》をクリックした時には、 「実行します!」と表示 DOM親要素から《OKボタン》をDOM子要素削除 DOM親要素から《キャンセルボタン》をDOM子要素削除 ここまで 《キャンセルボタン》をクリックした時には、 「キャンセルしました!」と表示 DOM親要素から《OKボタン》をDOM子要素削除 DOM親要素から《キャンセルボタン》をDOM子要素削除 ここまで ここまで
Uncaught Error: 『DOM子要素削除』でクエリ『undefined』でDOM取得に失敗しました。
The text was updated successfully, but these errors were encountered:
確かに、プログラム内のOKボタンがundefinedですね。 グローバルで定義しないと参照できません。
Sorry, something went wrong.
No branches or pull requests
https://nadesi.com/cgi/kaizen3/index.php?m=thread&threadid=89
Uncaught Error: 『DOM子要素削除』でクエリ『undefined』でDOM取得に失敗しました。
The text was updated successfully, but these errors were encountered: