jquery cdn bootstrap静态资源库问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery cdn bootstrap静态资源库问题相关的知识,希望对你有一定的参考价值。
使用微软静态资源库
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.0.min.js"></script>
为了让您的页面回退,如果CDN不可用,从本地路径加载jQuery,请在引用CDN的元素后立即添加以下元素:
<script> // Fallback to loading jQuery from a local path if the CDN is unavailable (window.jQuery || document.write(‘<script src="/scripts/jquery-1.9.0.min.js"><\/script>‘)); </script>
以上是关于jquery cdn bootstrap静态资源库问题的主要内容,如果未能解决你的问题,请参考以下文章