$.get('/test', function( data ) { var htmlData = $( data ).find('.content .news').html(); $('.result').html( htmlData ); });