mod.js:jQuery的类库和模块容器

时间:2021-05-21 20:11:07
【文件属性】:
文件名称:mod.js:jQuery的类库和模块容器
文件大小:28KB
文件格式:ZIP
更新时间:2021-05-21 20:11:07
JavaScript mod.js [开发中] jQuery的类库和模块容器。 基本用法 班级 var Person = mod . Class ( { _extends : [ "attributes" ] , _attributes : { name : null , age : null } , _initialize : function ( name , age ) { this . attr ( { name : name , age : age } ) ; } , hello : function ( ) { var o = this . attr ( ) ; return mod . util . format ( "Hi, I'm %s, %s years old" , o . name , o . age ) ; }
【文件预览】:
mod.js-master
----bower.json(292B)
----Gruntfile.js(919B)
----src()
--------mod.js(19KB)
--------banner.js(171B)
----demo()
--------single-page()
--------push-state()
----README.md(2KB)
----dist()
--------mod.js(19KB)
--------mod.dev.js.map(10KB)
--------mod.min.js(8KB)
--------mod.dev.js(8KB)
----.gitignore(57B)
----CHANGELOG.md(118B)
----package.json(518B)

网友评论