$.ajax({ url:href, type:'GET', success: function(data){ $('#container').html($(data).find('#content').html()); } });