Hey Guys,

Wanted to let you know about an event delegation library that
interacts with Scriptaculous that we've used to make interactive UI
elements with really clean code.  We used it with Scriptaculous to
create the scrolling widgets on the homepage of http://javascriptmvc.com/.

It's called Controller and it is an event delegation library that
helps logically organize your event handlers.  It lets you define
event handlers that never have to be reattached, even if the HTML is
modified, which makes writing AJAX applications easier.  Also,
controllers group event handlers for a specific set of HTML elements,
so you can clearly know your code's purpose.

Check it out at http://javascriptmvc.com/learningcenter/controller/index.html,
and there's a todo list demo at 
http://javascriptmvc.com/learningcenter/controller/demo.html.
Hope you find it as useful as we have.

- Brian Moschel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to