文件名称:到达:监视DOM元素的创建和删除
文件大小:69KB
文件格式:ZIP
更新时间:2024-02-23 17:01:48
nodejs javascript jquery detect dom
到达 到达网站.js提供了一些事件来监视DOM元素的创建和删除。 它在内部使用了。 下载 (最新) 或使用安装: # install arrive.js and add it to bower.json dependencies $ bower install arrive --save Node.js / NPM Node.js用户可以使用npm安装: $ npm install arrive --save 用法 该库不依赖jQuery,您可以将下面示例中的jQuery元素替换为纯javascript元素,并且可以正常工作。 观看元素创建 使用arrive事件来监视元素的创建: // watch for creation of an element which satisfies the selector ".test-elem" $ ( document ) . arrive ( ".test-elem" , function ( ) { // 'this' refers to the newly created element var $newEle
【文件预览】:
arrive-master
----bower.json(596B)
----src()
--------arrive.js(14KB)
--------libs()
----LICENSE(1KB)
----README.md(7KB)
----minified()
--------arrive.min.js(5KB)
----tests()
--------SpecRunner.html(1KB)
--------withoutjQuery.js(562B)
--------lib()
--------spec()
----.gitignore(7B)
----package.json(792B)