Model View Controller Tutorial: Phase 2

I just finished the next phase of my jQuery MVC Tutorial series. This time, I walk through how to save, edit, and delete data via AJAX with an MVC pattern. One of the major take aways from this one is showing how easy it is to roll-back the View in the unfortunate event of an AJAX request failing.

And of course, all the code remains clean and tidy: data is separate from presentation and all that.

The tutorial is here.

The demo app is here.

Leave a Reply

Your email address will not be published. Required fields are marked *