$.ajax ({ url: 'new_news.php', dataType: 'html', success: function (data) {$('.main').prepend(data)} });