質問編集履歴

1

codeの書き換えを間違えていたため、修正しました。

2018/10/18 08:43

投稿

NagaMind
NagaMind

スコア15

test CHANGED
@@ -1 +1 @@
1
- jquery print() undefindを表示させないようにしたい。
1
+ jquery undefinedを表示させないようにしたい。
test CHANGED
@@ -72,23 +72,23 @@
72
72
 
73
73
 
74
74
 
75
- var text2 = "<div class='tdtop'>" + name + "</div>" +
75
+ var text2 = "<div class='tdtop'>" + one + "</div>" +
76
76
 
77
- "<div class='tdcell'>" + date + "</div>" +
77
+ "<div class='tdcell'>" + two + "</div>" +
78
78
 
79
- "<div class='tdcell'>" + type + "</div>" +
79
+ "<div class='tdcell'>" + three + "</div>" +
80
80
 
81
- "<div class='tdcell'>" + size + "</div>" +
81
+ "<div class='tdcell'>" + four + "</div>" +
82
82
 
83
- "<div class='tdcell'>" + place + "</div>" +
83
+ "<div class='tdcell'>" + five + "</div>" +
84
84
 
85
- "<div class='tdcell'>" + techniq + "</div>";
85
+ "<div class='tdcell'>" + six + "</div>";
86
86
 
87
87
 
88
88
 
89
- if ( text == 'undefined' ){
89
+ if ( text2 == 'undefined' ){
90
90
 
91
- text == "";
91
+ text2 == "";
92
92
 
93
93
  };
94
94