ThinDOM:使用链式快速创建 DOM 元素的简单库

时间:2024-07-05 10:10:07
【文件属性】:

文件名称:ThinDOM:使用链式快速创建 DOM 元素的简单库

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-05 10:10:07

JavaScript

ThinDOM:瘦 DOM 包装器 受 jQuery 的启发,这个简单的库让您可以非常快速地创建 DOM 元素,其表现力明显高于原生 DOM 方法。 用法 一个完整的例子在。 var captionDOM = new ThinDOM('div').attr('class', 'caption') .append(new ThinDOM('div').attr('class', 'votes') .append(new ThinDOM('a').attr({'class': 'up', 'href': '#'})) .append(new ThinDOM('a').attr({'class': 'down', 'href': '#'}))) .append(new ThinDOM('div').attr('class', 'meta') .append(new Thin


【文件预览】:
ThinDOM-master
----speed.html(11KB)
----ThinDOM.js(2KB)
----README.md(819B)

网友评论