Skip to content

A jQuery plugin for parsing local and remote documents for Microformats.

Notifications You must be signed in to change notification settings

stuartloxton/jquery-microformats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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);
});

Supported MicroFormats
Currently working
TODO

About

A jQuery plugin for parsing local and remote documents for Microformats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published