$(responseText).find('your_selector').appendTo('#poi-review- container'); Cheers
-- Ariel Flesler http://flesler.blogspot.com On 24 jun, 03:17, theog <[EMAIL PROTECTED]> wrote: > 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");