Are there any client-side Javascript MVC (micro-)frameworks?
I have a rather complicated HTML form and it would benefit from the MVC pattern.
EDIT:
I imagine a good solution would provide the following:
- Model and View update the Controller when values change (Observer pattern)
- Populate the model from the form data when the page loads
- Populate the form from the model when the model changes
Ajax, comet, jsonp and all that jazz are serious overkill. I edited this post to say say micro-framework.