Krjs plugin: a different way of doing RJS

Hi guys,

Just wrote a simple plugin,
krjshttp://plugins.radrails.org/directory/show/70,
that introduces kind of a VB-event-style of writing RJS apps.

You introduce Ajax behaviors into your application by defining event
handlers ( e.g. on_form_submit, on_password_change) in your controllers
instead of explicitly doing remote_form_tag or link_to_remote in the
views
templates.

You’ll only need to continue using form_tag, text_field_tag et al to get
the
benefits. Markaby supported.

I’m finding it useful (duh), pls feel free to comment.

Cheers