Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Umakant Patil edited this page Dec 11, 2013 · 2 revisions

fetch(data)

returns the template output

var tpl = new jSmart(document.getElementById('test_tpl').innerHTML);
var res = tpl.fetch(data);

Clone this wiki locally