質問編集履歴

1

Jqueryが組み込まれているかなどの他の明確な情報

2019/08/13 10:21

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -54,6 +54,34 @@
54
54
 
55
55
  HTMLはこんな感じです....
56
56
 
57
+ <!DOCTYPE html>
58
+
59
+ <html lang="ja">
60
+
61
+ <head>
62
+
63
+ <meta charset="UTF-8" />
64
+
65
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
+
67
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
68
+
69
+ <link rel="stylesheet" type="text/css" href="css/vali__pc.css" />
70
+
71
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
72
+
73
+ <script src="./js/vali_pc.js" charset="utf-8"></script>
74
+
75
+ </head>
76
+
77
+ <header>
78
+
79
+ </header>
80
+
81
+
82
+
83
+ <main>
84
+
57
85
  <form class="post_form" action="confirm.php" method="post">
58
86
 
59
87
  <div class="item">
@@ -94,9 +122,29 @@
94
122
 
95
123
  </form>
96
124
 
125
+ </main>
126
+
127
+
128
+
129
+ <footer>
130
+
131
+ </footer>
132
+
133
+
134
+
135
+
136
+
137
+
138
+
97
139
  jquryがこんな感じです......(コピペなどでいろいろ変えていったので
98
140
 
99
141
  ぐちゃぐちゃな構文だったらすみません.....)
142
+
143
+
144
+
145
+ $(function() {
146
+
147
+
100
148
 
101
149
  $("form").click(function(){
102
150
 
@@ -140,4 +188,6 @@
140
188
 
141
189
  });
142
190
 
191
+ });
192
+
143
193
  宜しくお願い致します.....