[jQuery] Re: Data, get response.

2007-07-26 Thread [EMAIL PROTECTED]
$(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 bu

[jQuery] Re: Data, get response.

2007-07-26 Thread George
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 $("").append(data).find("DIV") ? George On Jul 26, 8:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Is there a way to p