$ 0 0 Access elements of a html response of an ajax request. $.ajaxSetup( { success: function(html) { alert($('#span', html).html()); } }