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