This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit b1980a9c5e28cdda30fc736a43eae5cc4d54099a
tree 636b7f45093ab4e06ed76e110e1d66a9100aa15a
parent 05f7adc918b641095bbe32ecbe26066d0cc13f52
tree 636b7f45093ab4e06ed76e110e1d66a9100aa15a
parent 05f7adc918b641095bbe32ecbe26066d0cc13f52
| name | age | message | |
|---|---|---|---|
| |
README.textile | ||
| |
hcard.htm | ||
| |
lib/ |
README.textile
jQuery Microformats
At the moment and for the next few days (maybe weeks) only parseLocal will be available as I am going to write all the parsers then apply the remote system
jQuery Microformats is an in development jQuery plugin for parsing local and remote documents for microformats.
Example Code
This code loops through all hCards on the page and alerts their name.
$.microformats.parseLocal({microformats: 'hCard'});
$.each($.microformats.hCards, function() {
alert(this.fn);
});









