Gets all elements of a type, extracts their converted content, and calls a callback function with each element and its converted content.
each(type, func) -> undefined
{optional:Object}
the tag to get
{Object}
a function to call back with the element and its content
{undefined}
Gets all elements of a type, extracts their converted content, and calls a callback function with
each element and its converted content.