Element-Creator-JS:轻松使用javascript数组创建元素

时间:2024-03-25 19:24:08
【文件属性】:

文件名称:Element-Creator-JS:轻松使用javascript数组创建元素

文件大小:3KB

文件格式:ZIP

更新时间:2024-03-25 19:24:08

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
----element.creator.min.js(536B)
----test.html(654B)
----LICENSE(1KB)
----element.creator.js(725B)
----README.md(369B)

网友评论