
jsmvc
zfc2201
架构设计、模块设计、技术培训、项目管理
展开
-
javascript mvc入门基础1--基本类的使用
首先去下载jquerymx.custom.js, 我的资源里有提供下载http://download.youkuaiyun.com/download/zfc2201/5131469。$.Class类提供了一个模拟类继承的方式,它弥补了jquery函数式编程和面向对象编程的不足,它根据jquery之父(John Resig)的一篇博文改编而来(http://ejohn.org/blog/simple原创 2013-03-27 15:54:35 · 668 阅读 · 0 评论 -
jquery.special.event-api
Special Events page SourceJavaScriptMVC provides a bunch of useful special events. Find out moreinfo on the left. The following is a brief summary:DefaultEventsLets you supply default beh转载 2013-06-10 18:55:14 · 1914 阅读 · 0 评论 -
jquery.lang.helper-api
Language Helpers page SourceJavaScriptMVC has several lightweight language helper plugins.ObjectMethods useful for comparing Objects. For example, if two objects are thesame:$.Object.sa转载 2013-06-10 18:45:54 · 714 阅读 · 0 评论 -
jquery.view-api
jQuery.View class plugin: jquery/view download: jQuery.View test: qunit.html SourceView provides a uniform interface for using templates with jQuery. Whentemplate enginesregistert转载 2013-06-10 18:26:03 · 1467 阅读 · 0 评论 -
jquery.controller-api
jQuery.Controller class inherits: jQuery.Classplugin: jquery/controller download: jQuery.Controllertest: qunit.htmlSourcejQuery.Controller helps create organized, memory-leak fr转载 2013-06-10 18:18:30 · 1716 阅读 · 0 评论 -
jquery.class-api
jQuery.Class class plugin: jquery/class download: jQuery.Classtest: qunit.html SourceClass provides simulated inheritance in JavaScript. Use Class to bridgethe gap between jQuery's转载 2013-06-10 18:05:54 · 1009 阅读 · 0 评论 -
jquery.dom.helpers-api
DOM Helpers page SourceJavaScriptMVC adds a bunch of useful jQuery extensions for the dom. Checkthem out on the left.DimensionsSet and animate the inner and outer height and width of转载 2013-06-10 17:59:46 · 886 阅读 · 0 评论 -
javascriptmvc-doc
JavaScriptMVC DocumentationJavaScriptMVC (JMVC) is a MIT licensed,client-side, JavaScript framework that builds maintainable, error-free,lightweight applications as quick as possible. It packs best-转载 2013-06-10 17:46:15 · 854 阅读 · 0 评论 -
jquery.model.list-api
jQuery.Model.List class plugin: jquery/model/list download: jQuery.Model.Listtest: qunit.htmlSourceModel.Lists manage a lists (or arrays) of model instances.Similar to $.Model,they a转载 2013-06-10 17:42:01 · 902 阅读 · 0 评论 -
jquerymx-model-api
jQuery.Model class plugin: jquery/model download: jQuery.Modeltest: qunit.htmlSourceModels super-charge an application's data layer, making iteasy to:Get and modify data from th转载 2013-06-10 17:37:51 · 1830 阅读 · 0 评论 -
javascript mvc入门基础2--类的继承
上一篇中我们提到了创建一个类的方法 ,在这篇中我们来学习一下面向对象编程的三大特征之一:继承。当一个类被扩展后,子类就拥有了父类的所有静态属性和实例属性,如果你重写一个方法时,想调用父类同名的方法的话,可以用this._super,如下例:上一篇中我们定义了一个基本的类:$.Class('Monster',/* @static */{ count : 0},/* @pro原创 2013-03-27 18:54:09 · 671 阅读 · 0 评论 -
stealjs-api
StealJS page StealJS is a collection of command line and JavaScript client utilitiesthat make building, packaging, and sharing JavaScript applications easy.FeaturesBehold StealJS's goodies:转载 2013-06-10 19:04:17 · 1837 阅读 · 0 评论