Alex Duffield wrote:
> That looks like it will work..
>
> or I could just pass the prams on to my complete function.. NO?
>
> onComplete: function(response) {
> yourOnComplete(response,prams);
> }Exactly. That's using the closure. -- Michael Peters Developer Plus Three, LP _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
