[jQuery] Re: javascript templates

2007-06-07 Thread Jack Killpatrick
(I just noticed that Karl Rudd also gave a link to this, so here's my 2c)... It's not jquery-based, but I've used it for some beefy financial reporting templates and it performed really well and provided a lot of flexibility: http://code.google.com/p/trimpath/wiki/JavaScriptTemplates There'

[jQuery] Re: javascript templates

2007-06-07 Thread Karl Rudd
I don't believe there's any jQuery-based "JavaScript templates" engine/plug-in. There are two plug-ins that I know of that help with the insertion of code and content provided by the server side: Taconite http://www.malsup.com/jquery/taconite/ jXs http://www.brainknot.com/code/jxs.

[jQuery] Re: javascript templates

2007-06-07 Thread Diego A.
Someone posted a very useful template plugin a few days ago... *digs it out* here you are: http://groups.google.com/group/jquery-en/browse_frm/thread/bde06a2e99f31efe/8e63b6928948c4c2?hl=en#8e63b6928948c4c2 > Hi, > I made a simple port of Ext.Template [1] / Ext.MasterTemplate [2] to > be used with

[jQuery] Re: javascript templates

2007-06-07 Thread Mandy Singh
Anyone? On 6/7/07, Mandy Singh <[EMAIL PROTECTED]> wrote: hi, does jquery offer some kind of javascript templates plugin? wat do (if they do) ppl use? since i have a box structure on my page where more or less every box is similar in markup, i would want to create a template of that with jav