質問編集履歴
6
ソースコードを修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,8 +30,8 @@
|
|
30
30
|
<table id="parent{$daiid[$key]}">
|
31
31
|
<tr><th>項目</th><th>質問</th><th>執筆日</th></tr>
|
32
32
|
</table>
|
33
|
-
// Now Loading
|
33
|
+
// Now Loading画面表示
|
34
|
-
<div id="no_new_data
|
34
|
+
<div id="no_new_data" style="text-align: center; padding-top:4em;"><img alt="Loading..." src="/files/user/images/sp/common/icon-loader.gif"><div>Now Loading</div></div>
|
35
35
|
{/foreach}
|
36
36
|
</div>
|
37
37
|
|
@@ -56,6 +56,7 @@
|
|
56
56
|
})
|
57
57
|
|
58
58
|
.done(function(json) {
|
59
|
+
$("#json_loading").empty("");
|
59
60
|
dspList(json);
|
60
61
|
})
|
61
62
|
.fail(function( jqXHR, textStatus, errorThrown ) {
|
@@ -64,8 +65,6 @@
|
|
64
65
|
//alert(errorThrown);
|
65
66
|
})
|
66
67
|
.always(function(json) {
|
67
|
-
$("#no_new_data{$daiid[$key]}").html("");
|
68
|
-
$("#no_new_data{$daiid[$key]}").css("padding-top", "");
|
69
68
|
});
|
70
69
|
|
71
70
|
function dspList(json)
|
@@ -83,6 +82,10 @@
|
|
83
82
|
tmpDate = '';
|
84
83
|
tmpStr = '';
|
85
84
|
|
85
|
+
// Loading画面を非表示にする
|
86
|
+
$("#no_new_data").html("");
|
87
|
+
$("#no_new_data").css("padding-top", "");
|
88
|
+
|
86
89
|
// 大項目に値が存在していたら該当する大項目に行を追加
|
87
90
|
if (json[i].ext_col_xxx) {
|
88
91
|
// idは「parent +(大項目キー)」
|
5
ソースコードを修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -83,10 +83,6 @@
|
|
83
83
|
tmpDate = '';
|
84
84
|
tmpStr = '';
|
85
85
|
|
86
|
-
//Now Loading取り外し
|
87
|
-
$("#no_new_data").html("");
|
88
|
-
$("#no_new_data").css("padding-top", "");
|
89
|
-
|
90
86
|
// 大項目に値が存在していたら該当する大項目に行を追加
|
91
87
|
if (json[i].ext_col_xxx) {
|
92
88
|
// idは「parent +(大項目キー)」
|
4
ソースコードを修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -56,7 +56,6 @@
|
|
56
56
|
})
|
57
57
|
|
58
58
|
.done(function(json) {
|
59
|
-
$("#no_new_data{$daiid[$key]}").remove();
|
60
59
|
dspList(json);
|
61
60
|
})
|
62
61
|
.fail(function( jqXHR, textStatus, errorThrown ) {
|
@@ -64,8 +63,9 @@
|
|
64
63
|
//alert(textStatus);
|
65
64
|
//alert(errorThrown);
|
66
65
|
})
|
67
|
-
.always(function(
|
66
|
+
.always(function(json) {
|
68
|
-
|
67
|
+
$("#no_new_data{$daiid[$key]}").html("");
|
68
|
+
$("#no_new_data{$daiid[$key]}").css("padding-top", "");
|
69
69
|
});
|
70
70
|
|
71
71
|
function dspList(json)
|
3
ソースコードを修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
})
|
57
57
|
|
58
58
|
.done(function(json) {
|
59
|
-
$("#
|
59
|
+
$("#no_new_data{$daiid[$key]}").remove();
|
60
60
|
dspList(json);
|
61
61
|
})
|
62
62
|
.fail(function( jqXHR, textStatus, errorThrown ) {
|
2
ソースコードを修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
<tr><th>項目</th><th>質問</th><th>執筆日</th></tr>
|
32
32
|
</table>
|
33
33
|
// Now Loading付与
|
34
|
-
<div id="no_new_data{$daiid[$key]" style="text-align: center; padding-top:4em;"><img alt="Loading..." src="/files/user/images/sp/common/icon-loader.gif"><div>Now Loading</div></div>
|
34
|
+
<div id="no_new_data{$daiid[$key]}" style="text-align: center; padding-top:4em;"><img alt="Loading..." src="/files/user/images/sp/common/icon-loader.gif"><div>Now Loading</div></div>
|
35
35
|
{/foreach}
|
36
36
|
</div>
|
37
37
|
|
1
ソースコードを修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
<tr><th>項目</th><th>質問</th><th>執筆日</th></tr>
|
32
32
|
</table>
|
33
33
|
// Now Loading付与
|
34
|
-
<div id="no_new_data" style="text-align: center; padding-top:4em;"><img alt="Loading..." src="/files/user/images/sp/common/icon-loader.gif"><div>Now Loading</div></div>
|
34
|
+
<div id="no_new_data{$daiid[$key]" style="text-align: center; padding-top:4em;"><img alt="Loading..." src="/files/user/images/sp/common/icon-loader.gif"><div>Now Loading</div></div>
|
35
35
|
{/foreach}
|
36
36
|
</div>
|
37
37
|
|