html内のスクリプトの配置について
今まで、スクリプトはhtmlのどこにでも配置できると考えていましたが、今日、ある要件に取り組んでいて、スクリプトの配置はランダムではない、という間違いを訂正しました。
2択のselectタグを実装したかったのですが、初期化時にデフォルトでnull値を選択するように要求されたので、null値をクリックしたら削除するようにメソッドを追加してあげたら、「selectタグはnull値を選択するものです」と言われました。
- <スパン <スパン >
- <スパン <スパン < html >
- <スパン <スパン < ヘッド >
- <スパン <スパン < スクリプト src = "jquery/jquery-1.11.1.min.js"。 > < スクリプト >
- <スパン <スパン < ヘッド >
- <スパン <スパン < スクリプト >
- $('#checkcash').click(function () {)
- if ($('#checkcash').val() == '0') {.
- $("#checkcash オプション[) 値 = <スパン '0' ]").remove()を実行します。
- }
- });
- $("#alert").click(function(){)
- アラート("1123")。
- })
- <スパン < スクリプト >
- <スパン <スパン < 本体 >
- <スパン 撤退の有無 < セレクト イド = <スパン "checkcash"。 スタイル = "幅: 181px" > <スパン
- <スパン <スパン < オプション 選択された = <スパン "selected"。 値 = "0"。 > <スパン < オプション >
- <スパン <スパン < オプション 値 = "1"。 > は < オプション >
- <スパン <スパン < オプション 値 = "2"。 > いいえ < オプション >
- <スパン <スパン < セレクト >
- <スパン
- <スパン <スパン < 入力 タイプ = 'ボタン' イド = 'アラート' 値 = <スパン "anwo"。 > <スパン
- <スパン <スパン < 本体 >
- <スパン
- <スパン
- <スパン <スパン < html >
But this does not achieve the desired effect, at first I thought it was jquery syntax error also has been on the Internet to check, change, but it does not work, then suddenly thought of whether the script should be put into the back, try, the results really OK, it was suddenly realized that it is not so.
The reason for this is that html files are executed top-down, but the order of the css and javascript introduced is different. When css is introduced and loaded, the program is still executed downward, and the execution of the
関連
-
html css3 伸縮しない 画像表示効果
-
HTML要素の高さ、offsetHeight、clientHeight、scrollTopなどについて説明します。
-
HTMLのテーブルの行間を変更する方法の例
-
HTML to PDFのピュアクライアントサイドおよびピュアサーバーサイドの実装プログラム
-
HTMLにおけるフォームのセンタリング効果
-
HTMLのテーブル表のframe属性とrule属性の説明
-
HTML要素にラベル付けする際のidに対するclassの優位性を分析する
-
自社コンパイルのDIV共通属性
-
ハイパーコネクティビティの4つの状態の応用を詳しく解説
-
DOCTYPE 文書型宣言(Web好き必見)
最新
-
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 実装 サイバーパンク風ボタン