Skip to content

Instantly share code, notes, and snippets.

@MilkZoft
Created January 16, 2012 04:22
Show Gist options
  • Select an option

  • Save MilkZoft/1619057 to your computer and use it in GitHub Desktop.

Select an option

Save MilkZoft/1619057 to your computer and use it in GitHub Desktop.
code.jobs - Enable HTML5 markup on older browsers - jQuery
(function() {
if(!/*@cc_on!@*/0) {
return;
}
var e = "abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video".split(','), i = e.length;
while(i--) {
document.createElement(e[i]);
}
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment