Displaying 1 result from an estimated 1 matches for "javascriptmvc".
2008 Mar 09
1
Event delegation library that interacts with Scriptaculous
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 e...