$(data).find("DIV")
Did not work for me
I did uhmm
$(data).find('#bodyframe');

I didn try the span function, im not sure what you mean by it, could
you explain more what it would do?

On Jul 26, 2:31 pm, George <[EMAIL PROTECTED]> wrote:
> I may not be clear about what you're trying to do here but...
>
> Is the the "data" valid xhtml when it is returned?
> So this $(data).find("DIV") did not work?
> What about $("<SPAN></SPAN>").append(data).find("DIV")  ?
>
> George
>
> On Jul 26, 8:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > Is there a way to pull a div out of a get response?

Reply via email to