jQuery DomHepler
jQuery DomHepler
Hello. I trying to find jQuery DomHepler plugin on native method whitch helps me create simple dom constructions
like this in ExtJs
myDiv = Ext.DomHelper({
tag : 'div',
cls : ''myDivClass'
children : [{
tag : "span"
},{
tag : "span"
}]
})
this returns me a div with 2 childs.
is it exist?
Thanks.
Topic Participants
falconmain