background preloader

JavascriptMVC

Facebook Twitter

Todo/todo.js at master from jupiterjs/todo - GitHub. jQuery.Model - A jQuery Model Layer - Jupiter JavaScript Consulting. Complex JavaScript applications are mostly about making it easy to create, read, update, and delete (CRUD) data.

jQuery.Model - A jQuery Model Layer - Jupiter JavaScript Consulting

But being so close to the UI, most JavaScript developers ignore the data layer and focus on making animated drag-drop effects. We’re doing ourselves a disservice! A strong Model layer can make an architecture infinitely more robust, reusable, and maintainable. jQuery.Model is designed to be a flexible and lightweight model layer for jQuery. The remainder of this article highlights the features, how to use them, and why they are important. Tracking Model Changes Within Form (Dirty_Bit) - JavaScriptMVC Forum. Not sure if anyone will find this useful, but I thought I'd share anyway.

Tracking Model Changes Within Form (Dirty_Bit) - JavaScriptMVC Forum

If you have model(s) displayed on the page and some of the fields are editable, this controller allows you to visually see which fields have been modified. This can be useful if you have several models represented on the screen and they make a bunch of changes and want to verify what has been changed before submitting the changes. Learn Basics of MVC. JavaScriptMVC (JMVC) is a MIT licensed, client-side, JavaScript framework that builds maintainable, error-free, lightweight applications as quick as possible.

Learn Basics of MVC

It packs best-of-breed libraries and tools that are guaranteed to work together. It supports every browser that jQuery supports. If you are new to the framework, this page followed by the tutorials is the best place to start. JavaScriptMVC.

Docs