This repository was archived by the owner on Jan 16, 2020. It is now read-only.
  
  
  - 
                Notifications
    You must be signed in to change notification settings 
- Fork 108
A jQuery plugin for extracting metadata from DOM elements.
jquery-archive/jquery-metadata
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 {}).
About
A jQuery plugin for extracting metadata from DOM elements.
Resources
Stars
Watchers
Forks
Releases
No releases published
              Packages 0
        No packages published