jQuery和带有回退的jqueryui CDN
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery和带有回退的jqueryui CDN相关的知识,希望对你有一定的参考价值。
<!-- Grab Google CDN's jQuery & jQuery UI. Fall back to local if necessary --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript"> if (typeof jQuery == 'undefined') { document.write(unescape("%3Cscript src='/js/jquery-1.4.2.min.js' type='text/javascript'%3E%3C/script%3E")); } </script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script> <script type="text/javascript"> if (typeof jQuery.ui == 'undefined') { document.write(unescape("%3Cscript src='/js/jquery-ui.min.js' type='text/javascript'%3E%3C/script%3E")); } </script>
以上是关于jQuery和带有回退的jqueryui CDN的主要内容,如果未能解决你的问题,请参考以下文章
通过 Gmail API 发送带有纯文本回退的 HTML 电子邮件
是否有任何详细的教程或案例研究用于使用带有 HLS 回退的 MPEG-DASH 构建在线视频交付服务?
绑定到 DataSource 的 ComboBox 需要添加默认值(空白或在此处添加)和设置回退的能力