Dojo now supports modules written in the Asynchronous Module Definition (AMD) format, which makes code easier to author and debug. In this tutorial, w ...
分类:
其他好文 时间:
2016-12-24 02:26:20
阅读次数:
169
In this tutorial, we will be exploring dojo/on and how Dojo makes it easy to connect to DOM events. We will also explore Dojo's publish/subscribe fram ...
分类:
其他好文 时间:
2016-12-24 01:59:15
阅读次数:
126
http://dojotoolkit.org/documentation/tutorials/1.10/effects/index.html In this tutorial, we will explore the effects that Dojo provides, which allow u ...
分类:
其他好文 时间:
2016-12-20 00:46:14
阅读次数:
190
In this tutorial, you'll learn about how to use Dojo to manipulate the DOM in a simple, cross-browser way. Using basic DOM knowledge and only a few Do ...
分类:
其他好文 时间:
2016-12-17 19:16:24
阅读次数:
171
http://dojotoolkit.org/documentation/tutorials/1.10/cdn/index.html 从CDN上加载dojo模块时非常有用的。从CDN上加载Dojo并同时加载本地的模块看起来似乎不可能的,但在本教程中,我们将学习怎么达到本目的。 介绍 曾几何时,从CD ...
分类:
其他好文 时间:
2016-12-16 01:45:59
阅读次数:
281
http://dojotoolkit.org/documentation/tutorials/1.10/modules/index.html Dojo支持以异步模型定义(AMD)方式编写的模块,让会让你的程序更加易读和易调试。在本教程中,我们会解释AMD的基础知识以及如何使用AMD。 如果你以前是使 ...
分类:
其他好文 时间:
2016-12-16 01:38:08
阅读次数:
247
http://dojotoolkit.org/documentation/tutorials/1.10/hello_dojo/index.html 欢迎学习DOJO!在本教程中,你将学些到如何加载DOJO,并能够了解DOJO的一些核心功能。你也会了解到DOJO的AMD模式,一种基于模块化架构。该架构 ...
分类:
其他好文 时间:
2016-12-12 22:55:49
阅读次数:
240
Atitit事件代理机制原理 基于css class的事件代理 1.1. 在javasript中delegate这个词经常出现,看字面的意思,代理、委托1 1.2. 事件代理1 1.3. 代理标准化规范1 1.3.1. jQuery和Dojo中delegate函数2 1.3.2. 优点2 1.1. ...
分类:
Web程序 时间:
2016-12-11 18:39:51
阅读次数:
257
今天介绍dojo目录树的效果,效果如下图: HTML代码如下: Js代码如下: ...
分类:
其他好文 时间:
2016-12-09 00:36:38
阅读次数:
183