您好,登錄后才能下訂單哦!
這篇文章主要介紹HTML5新標簽兼容的示例分析,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
第一種方法:(使用html5shiv)
<!--[if lt IE9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
由于國內(nèi)google的服務器訪問卡,建議調(diào)用國內(nèi)的cdn
<!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <![endif]-->
下載html5shiv
https://github.com/aFarkas/html5shiv
本人博客下載地址:https://i.cnblogs.com/Files.aspx
第二種方法:(需要映入JQuery)
<!--<if lt IE 9> <script> (function(){ if(!/*@cc_on!@*/0){ return; } var arr= "abbr, article, audio, canvas, datalist, dialog, figure, footer, header, nav, hgroup, section, video, progress, aside,svg".split(","); var i = arr.length; while(i--){ document.createElement(arr[i]); } })() </script> <!endif-->
以上是“HTML5新標簽兼容的示例分析”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對大家有幫助,更多相關知識,歡迎關注億速云行業(yè)資訊頻道!
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。