Ruby Forum Rails Spinoffs (closed, excessive spam) > How can the ajax.request be reused?

Posted by ajaxer (Guest)
on 27.06.2008 08:03
(Received via mailing list)
some times we need send the parameters differently at different times,
but the handler for the feedback is the same. so I would prefer not to
create new Request, Can I?
thx in advance.
Posted by Frederick Polgardy (Guest)
on 27.06.2008 15:02
(Received via mailing list)
Example please?

On Fri, Jun 27, 2008 at 1:02 AM, ajaxer <calidion@gmail.com> wrote:

>
> some times we need send the parameters differently at different times,
> but the handler for the feedback is the same. so I would prefer not to
> create new Request, Can I?
> thx in advance.


--
Science answers questions; philosophy questions answers.
Posted by ajaxer (Guest)
on 10.07.2008 19:39
(Received via mailing list)
thanks I have rewrite the ajax module to be able easily reused by the
application
Posted by Diodeus (Guest)
on 10.07.2008 20:30
(Received via mailing list)
Make a function and pass the parameters as a string.