Hi Rick,

No, I am not using this an an include.  This is to pull content from
my server, but filter the results.  The footer ID is just being used
an a working example I am making, it won't be the final.

On Apr 21, 6:17 am, "Rick Faircloth" <[EMAIL PROTECTED]> wrote:
> It seems he's trying to use an ajax function
> in place of an include for the footer.
>
> > -----Original Message-----
> > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
> > Nicolas R
> > Sent: Monday, April 21, 2008 3:52 AM
> > To: jQuery (English)
> > Subject: [jQuery] Re: should be using .find . . .
>
> > $.ajax({
> >     type: "GET",
> >     url: "home.html",
> >     data: "",
> >     success: function(html){
> >         $("#loadTest").append($(html).find("#footer"));
> >     }
> > });
>
> > that should do it. but why would you pass an empty string of data?

Reply via email to