MooTools
文章平均质量分 75
vinceding
软件开发
展开
-
Mootools写的图片滚动切换效果的类
最近学习mootools正好又有朋友网站需要图片切换的效果,所有就用mootools写了个简单的切换,功能待完善 调用方法: 引用: mootools-1.2-core.js mootools-1.2-more.js ScrollPicture-min.js var ppc=new ScrollPicture(imgsAry,w,h,duration,In原创 2012-02-22 16:42:19 · 1820 阅读 · 1 评论 -
Using setTimeout in objects with Mootools
Often you wish to use setTimeout to call a function in the objects you are creating with MooTools or perhaps even more often you would like to pass parameters into your set time out calls. Well, the M原创 2012-02-22 13:31:19 · 1024 阅读 · 0 评论 -
mootool文档(core)
Mootools - Type:Core Core包含了Mootools的常用功能 Function: typeOf 返回对象的类型 语法: typeOf(obj) 参数: 1.obj-(对象)待检查的对象 返回值 'element' - (string) 如果对象是DOM元素节点 'elements' - (string) 如果对象是元素的实例 'textnode原创 2012-03-08 15:20:50 · 1482 阅读 · 0 评论