回答編集履歴

1

chousei

2019/03/01 08:50

投稿

yambejp
yambejp

スコア114850

test CHANGED
@@ -58,7 +58,9 @@
58
58
 
59
59
  $(this).removeClass("inp_error");
60
60
 
61
+ /* 修正:if($('#mail').not('.inp_error')){ */
62
+
61
- if($('#mail').not('.inp_error')){
63
+ if($('#mail').is(':not(.inp_error)')){
62
64
 
63
65
  if($(this).val()!==$('#mail').val()){
64
66