Zen Coding + jQuery
I just read 开发者_开发技巧this article at Smashing Magazine (http://www.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code/) about Zen Coding. Is there any jQuery plugin for this? It might be good for JSON data inserting/templating.
There is a plugin doing exactly what you describe - using zen-coding as a templating language and json to populate it with data: http://forum.jquery.com/topic/jquery-zencoding
I have written a blog entry on my blog about Zen Coding, including how to get Zen Coding options in Visual Studio.
I found this plugin: http://code.google.com/p/fluentzen/. It should help you!
精彩评论