null のプロパティ 'onclick' を設定できません。
2022-02-25 17:12:02
If there is not much js code, I used to write it in the <head> tag of the html page
Today I wrote a click event, and when I tested the click event the browser reported an error, prompting
Cannot set property 'onclick' of null.
Finally learned that it was because the js file was read first and did not get the onclick event.
Solution.
Move the js code behind the button that needs to be clicked
Or let the browser load the button node first before executing the JS
i.e. add window.onload=function(){
}
関連
-
[解決済み] Bootstrapのカラム内で画像を中央に配置する方法 [重複]について
-
[解決済み] デフォルトで空白を選択
-
[解決済み] Safari ブラウザで HTML ビデオが再生されない
-
[解決済み] HTMLにChatangoを埋め込む
-
[解決済み] div に高さがないのはなぜですか?
-
[解決済み] SVG 要素を画像上に配置する
-
バレンタインデーに最適なHTML5の記念日機能付きギフト
-
[解決済み] このスパンをdivの右側に配置するにはどうしたらよいですか?
-
[解決済み] html/cssを使用してWebサイトにボタンを配置する方法
-
[解決済み] HTMLで透明を表すカラーコードはありますか?
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン