What is the preferred template library for jQuery?

前端 未结 4 1358
醉梦人生
醉梦人生 2021-02-06 02:34

I\'m getting to a stage where I need to build up HTML client side based on JSON responses from the server. Bugger doing this manually.

I\'m already using jQuery on the a

相关标签:
4条回答
  • 2021-02-06 03:01

    There's also Distal http://code.google.com/p/distal for inline templating.

    0 讨论(0)
  • 2021-02-06 03:18

    I've been using jTemplates by many years and really like how its simple yet powerful. Unfortunatelly, it isn't updated anymore and I think its deprecated too.

    0 讨论(0)
  • 2021-02-06 03:26

    You may checkout micro templating from John Resig.

    0 讨论(0)
  • 2021-02-06 03:27

    Boris Moore, the same guy who created jQuery Templates is currently working on a project which is pretty much like jQuery-templates-in-steroids. He explains it here.

    In short, if jQuery Templates is the best engine around, you can give jsViews and jsRender a try.

    Here's another presentation that summarizes it all very nicely.

    0 讨论(0)
提交回复
热议问题