|
|
|
@ -4,7 +4,6 @@
|
|
|
|
|
function batch_update_cache(url, index) {
|
|
|
|
|
var msg_obj="#cache" + index;
|
|
|
|
|
$(msg_obj).html("\u7a0d\u7b49...");
|
|
|
|
|
|
|
|
|
|
$.ajax({
|
|
|
|
|
type: "post",
|
|
|
|
|
dataType: "json",
|
|
|
|
@ -32,7 +31,8 @@ function batch_update_cache(url, index) {
|
|
|
|
|
function create_cache_data(index){
|
|
|
|
|
if ($('#cache_url' + index).length > 0) {
|
|
|
|
|
if ($('#cache' + index).html() != '\u66f4\u65b0\u9759\u6001\u9875\u9762\u6210\u529f\uff01') {
|
|
|
|
|
setTimeout(batch_update_cache($('#cache_url' + index).html(),index),5000);
|
|
|
|
|
url=$('#cache_url' + index).html();
|
|
|
|
|
setTimeout("batch_update_cache('"+url+"',"+index+")",5000);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|