$(function(){ $(".tabContBox .tabCont").html('

Now Loading......

'); $.ajax({ url: "news/news.php?A=topnews", cache: false, success: function(html){ $(".tabContBox .tabCont").html(html); } }); });