In the example line below the responseText is the full HTML body
returned.

I want to be able to parse the HTML and then use a jQuery selector to
extract part of the HTML content.

The line below sets a div #poi-review-container with the full content.

$('#poi-review-container').html(responseText);


Something similar to JQuery.load(), where I can provide a selector to
extract. i.e. $("#links").load("/Main_Page #p-Getting-Started li");

Reply via email to