Created
January 16, 2012 04:22
-
-
Save MilkZoft/1619057 to your computer and use it in GitHub Desktop.
code.jobs - Enable HTML5 markup on older browsers - jQuery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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