public
Description: Updated hourly from the jQuery SVN repo
Homepage: http://jquery.com
Clone URL: git://github.com/JackDanger/jquery.git
jquery / plugins / metadata
name age message
..
file META.json Thu Oct 11 11:28:12 -0700 2007 Updating to new version compatible with jQuery ... [pmclanahan]
file README Thu Oct 04 13:49:16 -0700 2007 Patches from Will for compability with Firefox ... [joern.zaefferer]
file jquery.metadata.js Sun Dec 16 09:15:27 -0800 2007 fix for strict warnings [joern.zaefferer]
file jquery.metadata.min.js Thu Oct 11 11:28:12 -0700 2007 Updating to new version compatible with jQuery ... [pmclanahan]
file jquery.metadata.pack.js Thu Oct 11 11:28:12 -0700 2007 Updating to new version compatible with jQuery ... [pmclanahan]
directory test/ Thu May 08 12:51:04 -0700 2008 ui and various plugins: moving to QUnit [joern.zaefferer]
README
jQuery Metadata Plugin

By John Resig

This plugin is capable of silently, and automatically, extracting metadata 
from classes, random attributes, and child elements.

For example, you can do:
<li class="someclass {some: 'data'} anotherclass">...</li>
OR
<li data="{some:'random', json: 'data'}">...</li>
OR
<li><script type="data">{some:"json",data:true}</script> ...</li>

The default is the first method, but you can always change it by twiddling 
the options. This means that there is at least one option here that can 
appease you.

There's also a bunch of options (like loading data into a single property 
and the ability to ignore braces {}).