ReePrime China
Model-View-Controller in jQuery

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

Model-View-Controller in jQuery

2 次观看 00:02 infowave

描述

Goals 1. Clean simple code 2. Separate the logic of the view and the model 3. Cache data on the client side – minimize AJAX calls 4. Provide clean interface to data so disparate view objects can work together on same data model 5. Maximize both model and view code reuse