I need some type of JS MVC, DataBinding solution. Similar to implementing a GMAIL Web App. Messages INDEX and Messages Show. where on the messages show, if you modify a message it updates in the messages index automatically.
What’s the plugin that I should learn to make this work without crazy amounts of jQuery?
Thanks
This sounds like a job that knockoutjs could handle. It allows you to associate DOM elements with a data model pretty easily. Technically it’s not MVC it’s MVVM (model-view-viewmodel).