Dojo - 修改创建删除dom元素

前端之家收集整理的这篇文章主要介绍了Dojo - 修改创建删除dom元素前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1. 创建dom节点

dojo/dom-construct

http://dojotoolkit.org/reference-guide/1.8/dojo/dom-construct.html

2. 设置/获得元素的style

dojo/dom-style

http://dojotoolkit.org/reference-guide/1.7/dojo/dom-style.html

3. 为元素添加/删除class

dojo/dom-class

http://dojotoolkit.org/reference-guide/1.8/dojo/dom-class.html

4. 为元素添加/删除属性

dojo/dom-attr

http://dojotoolkit.org/reference-guide/1.8/dojo/dom-attr.html

一些例子:

http://dojotoolkit.org/documentation/tutorials/1.7/dom_functions/

原文链接:https://www.f2er.com/dojo/291076.html

猜你在找的Dojo相关文章