[jQuery] Re: Adding load to ajax POST function

2008-04-22 Thread webber
thanks On Apr 20, 3:28 pm, Sephi-Chan <[EMAIL PROTECTED]> wrote: > Hello, > > You can look the code of the load function in the jQuery source. It's what i > did few days ago whereas i want do this (filter the response). > > I make something like this : > > $.ajax({ > url : 'remotePage.php

[jQuery] Re: Adding load to ajax POST function

2008-04-20 Thread hubbs
On Apr 20, 3:28 pm, Sephi-Chan <[EMAIL PROTECTED]> wrote: > Hello, > > You can look the code of the load function in the jQuery source. It's what i > did few days ago whereas i want do this (filter the response). > > I make something like this : > > $.ajax({ >         url : 'remotePage.php', >  

[jQuery] Re: Adding load to ajax POST function

2008-04-20 Thread Sephi-Chan
Hello, You can look the code of the load function in the jQuery source. It's what i did few days ago whereas i want do this (filter the response). I make something like this : $.ajax({ url : 'remotePage.php', dataType : 'html', complete : function(response){