Element Creator JS:轻松使用javascript数组创建元素 源码
元素创建者JS 轻松创建具有javascript数组的元素。 var elements = [ { 'tag' : 'div' , 'html' : 'a' , 'child' : [ { 'tag' : 'button' , 'att' : { 'id' : 'wowow' } , 'html' : 'e' , 'script' : { 'click' : function ( params ) { console . log ( this ) ; } } } ] } ] ; create ( elements , document . body ) ;
文件列表
Element-Creator-JS-main.zip
(预估有个5文件)
Element-Creator-JS-main
element.creator.min.js
536B
test.html
654B
LICENSE
1KB
element.creator.js
725B
README.md
369B
暂无评论