Thanks. I think the issue here was the Response contained strict xhml
- html markup that jQuery could not parse. Wierd.

Theo

On Jun 24, 11:41 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> $(responseText).find('your_selector').appendTo('#poi-review-
> container');
>
> Cheers
>
> --
> Ariel Fleslerhttp://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");

Reply via email to