Responder: Unobtrusive Framework
Responder is a programmer-friendly framework for unobtrusive JavaScript applications.
It’s a fast and intuitive way to define and encapsulate behaviours based on your HTML class structure that helps you understand your application better.
To use it you will need base2 and my responder script.
To create an in-place editor you would write something like:
PLAIN TEXT
JAVASCRIPT:
Responder.create(’editable’, {
initialize: [...]
More: continued here
Leave a Reply
You must be logged in to post a comment.