JQuery templating engines
Posted
by Maurice
on Stack Overflow
See other posts from Stack Overflow
or by Maurice
Published on 2008-10-04T11:25:10Z
Indexed on
2010/05/11
7:14 UTC
Read the original article
Hit count: 316
I am looking for a template engine to use client side. I have been trying a few like jsRepeater and jQuery Templates. While they seem to work OK in FireFox they all seem to break down in IE7 when it comes down to rendering HTML tables.
I also took a look at MicrosoftAjaxTemplates.js (from http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=16766) but turns out that has the same problem.
Any advice on other templating engines to use?
© Stack Overflow or respective owner