文章列表
$.Class([name,] [classProps,] [prototypeProps])
这个我理解,相当于我们写的java class. class里有它的属性和方法。
name of the class which can be used for introspection,
classProperties that are attached directly to the constructor, and
instance prototypeProperties.
例如:steal('jquery/class', function(){
$.Class("Tod ...
最近在学习JavaScriptMVC,网上的资料很少, 看得也是一头雾水.
感谢lyndon.lin, 问了你很多弱智问题,你都能很认真地回答.
现在还没能从整体上把握JavaScriptMVC, 只是对一些知识点记录一下,希望慢慢能深入了解.
steal([paths])
例如:steal('jquery/class/class.js'),
这个其实就是在这个文件中引入jquery/class/class.js 文件,以前我们在JSP文件中是这样写的:<script type="text/javascript" src="jquery/cl ...