[jQuery] Re: [PLUGIN] Templater

2007-08-19 Thread Pops
Hi Yehuda, I grabbed your plugged and tried it out. I think I can used it with some enhancements I am going to suggest . First let me tell ya what I found. I got your simple first/last tag demo to work, but using that as a model for a test page I have already been working on for data/html bin

[jQuery] Re: [PLUGIN] Templater

2007-08-19 Thread Pops
On Aug 19, 2:37 am, "Yehuda Katz" <[EMAIL PROTECTED]> wrote: > > Effectively, you stick the template in a CDATA block, and it can then be > converted in the same way I described earlier. Cool shit, huh? Yup. This is basically how our server WCT (Wildcat Template)system works and I have been exp

[jQuery] Re: [PLUGIN] Templater

2007-08-18 Thread Yehuda Katz
I've modified the plugin slightly. http://www.w3.org/TR/html4/loose.dtd";> Templating jQuery(function ($) { $("a.updateTemplate").click(function() { $(this.rel).loadTemplate(this.href); return false; }); $("._t

[jQuery] Re: [PLUGIN] Templater

2007-08-18 Thread Sean Catchpole
Pretty cool Yehuda, I'll have to give it a shot so I can give ya some feedback. ~Sean

[jQuery] Re: [PLUGIN] Templater

2007-08-18 Thread Matt Stith
Sweet, i needed something like this about a week ago, ended up writing my own :-/ Cool anyways! nice job! On 8/18/07, Yehuda Katz <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I have just committed a new plugin to the trunk. It's a simple templater > that allows you to create "templates" that get