[jQuery] Re: using a selector to obtain content from an ajax response

2008-07-07 Thread theog
x27;); > > 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

[jQuery] using a selector to obtain content from an ajax response

2008-06-24 Thread theog
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)