Never mind:

                        $('form').set('send',{'onSuccess':function(responseText,
responseXML) {
                                                                                
                alert(responseText);
                                                                                
        }});
                        $('form').send();

Does the trick.
Can I add stuff to the documents? How is it done?


On Feb 2, 11:15 am, Itay Moav <[email protected]> wrote:
> Hi,
>
> How do I catch the response of a $('form').send()
> Where 'form' is an ID of a <form>
>
> In the documents it says the only param Ican send the send() is the url.

Reply via email to