[jQuery] Re: How to create dom on the fly using jQuery????

2009-03-03 Thread SeeVik
Mar 4, 12:04 pm, Jack Killpatrick wrote: > This isn't jquery-specific, but I've been using this for a couple years > now to generate html from json data: > > http://code.google.com/p/trimpath/wiki/JavaScriptTemplates > > works great. > > - Jack > > SeeVik w

[jQuery] How to create dom on the fly using jQuery????

2009-03-03 Thread SeeVik
Hello all, I am using Symfony with jQuery plugin. The thing is I am getting some data from database in JSON format and I want to use jQuery to display a table using that data on the fly. I was wondering is jQuery the best way to do this? Or will it be an overkill? Should I use simple DOM methods