Closed tomatobybike closed 7 years ago
jQuery templates (jquery-tmpl) are no longer supported or maintained. I strongly encourage you to switch to JsRender, which is more powerful, more performant, fully supported, and has simpler APIs. http://www.jsviews.com/#jsr-quickstart
@BorisMoore ok,thanks,i will try
@BorisMoore $("#companyTmpl").tmpl({country:"USA",sex:"girl",age:"18"}).wrapAll('div').parent().html(); can get all html ,i'll read the jsviews todady ,thank you
$obj.tmpl() , i need a method to return this dom's whole html ? $obj.tmpl().html() can not return whole html