質問編集履歴

1

記載コードに誤記がありましたので修正しました。

2020/02/01 10:25

投稿

fukuboh
fukuboh

スコア6

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  $(function(){
16
16
 
17
- $('input[type=text],,input[type=email],input[type=number],textarea').focus(function(){
17
+ $('input[type=text],input[type=email],input[type=number],textarea').focus(function(){
18
18
 
19
19
  $(this).addClass('focus');
20
20