Skip to content

Instantly share code, notes, and snippets.

@jasondavis
Forked from adamjacob/HTML5Tags_IE.js
Created January 24, 2013 22:49
Show Gist options
  • Select an option

  • Save jasondavis/4629045 to your computer and use it in GitHub Desktop.

Select an option

Save jasondavis/4629045 to your computer and use it in GitHub Desktop.
// Put all the HTML5 Tags you would like to use in this array
$.each(['article','aside','details','figcaption','figure','footer','header','hgroup','nav','section','summary'],
function(index,value){
$('<'+value+' />');
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment