Hi there,
has anybody used a javascript template system? I used to use the one that is embedded with JavascriptMVC but i now doing server side development so i wanted a more streamlined/thinner version..
I have found 2. 1 is EJS which is the part that is included with JavascriptMVC
and the other is Pure- which you can use with jquery
http://beebole.com/pure/index.html
has anyone had any experience with either, or is there something else that i have failed to find? maybe a jquery type plugin or something..
basically i need to replace parts of a HTML document within javascript at runtine without a call to the server.
but my html replacement code needs to be saved in an external file and not embedded within js
Any help really appreciated
thanks