Event Handlers in ruby on rails

Take a look at link_to_remote. It has a hooks for setting javascript callbacks to run while loading, on success, on failure, etc. Then just add the action to handle it on the server side and you're all set.

b

Auston Bunsen wrote: