質問編集履歴

2

調整

2020/09/09 01:16

投稿

shimon11
shimon11

スコア49

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  WordPressのcontact form 7 add confirmの状態によってスタイルを変えたいです
6
6
 
7
- hasClassを使ってjQuery動かないboxにclassを付加させたいです
7
+ hasClassを使ってboxにclassを付加させたいがうまく動かない
8
8
 
9
9
 
10
10
 

1

補足

2020/09/09 01:16

投稿

shimon11
shimon11

スコア49

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,50 @@
44
44
 
45
45
 
46
46
 
47
+ 該当のHTML
48
+
49
+
50
+
51
+ 入力画面
52
+
53
+ ```html
54
+
55
+ <div class="contact-button-area">
56
+
57
+ <input type="submit" value="内容を確認する" class="wpcf7-form-control wpcf7-confirm wpcf7c-elm-step1 wpcf7c-btn-confirm">
58
+
59
+ <input type="button" value="戻って内容を修正する" class="wpcf7-form-control wpcf7-back wpcf7c-elm-step2 wpcf7c-btn-back wpcf7c-force-hide">
60
+
61
+ <input type="submit" value="送信する" class="wpcf7-form-control wpcf7-submit wpcf7c-elm-step2 wpcf7c-force-hide"><span class="ajax-loader"></span>
62
+
63
+ </div>
64
+
65
+ ```
66
+
67
+
68
+
69
+ 確認画面
70
+
71
+
72
+
73
+ ```
74
+
75
+ <div class="contact-button-area">
76
+
77
+ <input type="submit" value="内容を確認する" class="wpcf7-form-control wpcf7-confirm wpcf7c-elm-step1 wpcf7c-btn-confirm wpcf7c-force-hide">
78
+
79
+ <input type="button" value="戻って内容を修正する" class="wpcf7-form-control wpcf7-back wpcf7c-elm-step2 wpcf7c-btn-back">
80
+
81
+ <input type="submit" value="送信する" class="wpcf7-form-control wpcf7-submit wpcf7c-elm-step2"><span class="ajax-loader"></span>
82
+
83
+ </div>
84
+
85
+ ```
86
+
87
+
88
+
89
+
90
+
47
91
  ### 発生している問題
48
92
 
49
93