質問編集履歴

1

文法の修正

2015/02/06 14:16

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  function (){
14
14
 
15
- ($("p.alert_input").empty()) ; //p.alert_input要素を一旦消す。
15
+ ($("p.alert_input").remove()) ; //p.alert_input要素を一旦消す。
16
16
 
17
17
  if(isset($("input#user_name").val())){
18
18