An open API service indexing awesome lists of open source software.

https://github.com/moagrius/jquery-zencoding


https://github.com/moagrius/jquery-zencoding

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

jQuery - ZenCoding


Simple jQuery plugin based on Sergey Chikuyonok's excellent Zen Coding implementation.


Adds a single method to jQuery instances, `zencode(abbreviation /* string */)`, which accepts a string abbreviation and expands it, then set the calling element's html to the expanded markup.


$('#some-element').zencode('div#page>div.logo+ul#navigation>li*5>a');

See demo.html for a simple example.