第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

檢查是否使用Javascript加載了jquery

檢查是否使用Javascript加載了jquery

慕的地8271018 2019-08-12 11:35:53
檢查是否使用Javascript加載了jquery我正在嘗試檢查我的Jquery庫是否已加載到我的HTML頁面上。我正在檢查它是否有效,但有些事情是不對的。這是我有的:<html xmlns="http://www.w3.org/1999/xhtml">     <head>         <script type="text/javascript" src="/query-1.6.3.min.js"></script>         <script type="text/javascript">           $(document).ready(function(){              if (jQuery) {                  // jQuery is loaded                  alert("Yeah!");              } else {                // jQuery is not loaded                alert("Doesn't Work");              }           });         </script>
查看完整描述

3 回答

?
qq_花開花謝_0

TA貢獻1835條經(jīng)驗 獲得超7個贊

if?(typeof?jQuery?==?'undefined')?{
????//?jQuery?IS?NOT?loaded,?do?stuff?here.}
if?(typeof?jQuery?==?'function')//orif?(typeof?$==?'function')


if?(jQuery)?{
????alert("jquery?is?loaded");}?else?{
????alert("Not?loaded");}

希望這能涵蓋完成這項工作的所有好方法!


查看完整回答
反對 回復 2019-08-12
?
楊魅力

TA貢獻1811條經(jīng)驗 獲得超6個贊

if ('undefined' == typeof window.jQuery) {

    // jQuery not present

} else {

    // jQuery present

}


查看完整回答
反對 回復 2019-08-12
  • 3 回答
  • 0 關(guān)注
  • 463 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號