Zen Coding + jQuery

I just read this article in Smashing Magazine ( http://www.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code/ ) about Zen Coding . Is there a jQuery plugin for this? This can be useful for inserting / templating JSON data.

+3
source share
3 answers

There is a plugin that does exactly what you are describing - using zen coding as the template language and json to populate it with data: http://forum.jquery.com/topic/jquery-zencoding

+4
source

I wrote a blog entry on my blog about Zen Encoding , including how to get Zen encoding options in Visual Studio.

0
source

Source: https://habr.com/ru/post/1724025/


All Articles