And just to avoid a loop of a recent thread, transport here refers to
*whatever* you call the argument when you create the callback function:
onComplete: function(t){
alert(t.responseText);
}
onComplete: function(joeBob){
alert(joeBob.responseText);
}
Walter
On May 19, 2008, at 8:46 AM, jdalton wrote:
>
> You really dont need to use Ajax.Response, an instance of it is passed
> to your Ajax callbacks as the "transport" param.
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---