$(function(){ $(".right .blueBox section").append('
Now Loading....
'); $(".right .recommendBox").append('Now Loadin....
'); $.ajax({ url: "irdocranking.php?A=irdoc", cache: false, success: function(html){ $(".right .blueBox section .loading").remove(); $(".right .blueBox section").append(html); } }); $.ajax({ url: "irdocranking.php?A=irranking", cache: false, success: function(html){ $(".right .recommendBox .loading").remove(); $(".right .recommendBox ").append(html); } }); });