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

Now Loading......

'); $.ajax({ url: "irindex_news.php", cache: false, success: function(html){ $(".c-newsList_items").html(html); } }); });