$(function(){ $(".blueBox section div.clearfix").append('

Now Loading....

'); //IR Library top //IR Library top $.ajax({ url: "../irdocranking.php?A=irdoc2", cache: false, success: function(html){ $(".blueBox section div.clearfix .loading").remove(); $(".blueBox section div.clearfix").append(html); } }); });