Search code examples
jqueryjquery-templates

Alternative to JQuery Templates


Recently searched for an alternative way to mount dom structures in a better manner that the usual jquery's manner. Found this jquery template.

Is this being developed yet? The documentation is broken. It seems that what you find on the web doesn't match with what you have, which makes me think there's some other jquery template out there.

I personnally like to create the dom dynamically, so I found it great! But as I mentioned before, it seems that don't improve it anymore. Is that correct? If yes, What else do I have that does a similar job of jquery templates?

Thanks.

EDIT: by the way, we have 495 questions tagged with jquery-templates. Why only a few people use it? Is it not good enough ?


Solution

  • Is this being developed yet?

    No, it's over.

    Why only a few people use it?

    Because it's deprecated.

    Checkout mustache instead.