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

Now Loading......

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