0


i'm looking for an jquery alternative to Ext.Template.
for example.:

var template = new Ext.Template(
    '<div',
        '<span>{text}</span>'
    '</div>'
);
template.append('body', {text: 'my awesome template'});

Is there any native in jQuery, or do I have to use a plugin?
h

thanks in advance

yacon
  • 1,112
  • 1
  • 10
  • 17

0 Answers0