[jQuery] Re: Template caching - Seperating presentation from data

2007-06-08 Thread Gordon
This sounds like the sort of thing you'd do with AJAX. You'd load the page HTML in the usual way and include a javascript that will fetch the data you want displayed, process it and put it in the document for you. Jquery will probably have the features you need built in or available as a plugin.

[jQuery] Re: Template caching - Seperating presentation from data

2007-06-08 Thread Mandy Singh
For people who used php, what I am asking for is a javascript heredoc. On 6/8/07, Mandy Singh <[EMAIL PROTECTED]> wrote: Hello Everyone, My question might not be very jquery specific, but since all the brains are here, I thought of tossing it up for some ideas. I want to separate presentation