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.