templating engine for jQuery?
Hey y'all. I wrote a simple templating engine for javascript (tag
replacement + repeating objects (arrays))
that takes a string, presumably html and a properly formatted
javascript object/array and outputs good code. I've found it to be
EXTREMELY valuable.
Does jQuery have something like this?
If not, how do I get my shizzle into one of the libraries?