動作
Bug #55
進行中
SC
Sometimes jQuery load too late at home page
Bug #55:
Sometimes jQuery load too late at home page
狀態:
In Progress
優先權:
High
被分派者:
-
概述
Causing fb_login.js
Uncaught ReferenceError: $ is not defined
檔案
SC 是由 Sashiba Chou 於 超過 4 年 前更新
- 完成日期 從 2021-07-31 變更為 2021-08-04
- 狀態 從 New 變更為 In Progress
SC 是由 Sashiba Chou 於 超過 4 年 前更新
!1_04EGaUokEfPUuNj_70wZkw.jpeg!
h2. 在前台首頁的js相對位置
</script>';
}
//activities_lessons.js, fb_login.js
?>
<script type="text/javascript" src="https://localhost/theme/dark//js/activities_lessons.js"></script>
<script type="text/javascript" src="https://localhost/theme/dark//js/fb_login.js"></script>
<script type="text/javascript" src=""></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://localhost/theme/dark//js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.3/vendors/scrolloverflow.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.3/jquery.fullpage.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.3/vendors/jquery.easings.min.js"></script>
<script>
...一些script...
</script>
<script src="https://localhost/theme/dark//js/constellation.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<!--script src="<?php //echo JQUERY_CDN;?>"></script-->
<script src="<?php echo THEME_FOLDER; ?>/js/bootstrap.min.js"></script>
<script>
...一些script...
</script>
[References]
- [HTML] <script>中defer跟async是什麼?
(https://realdennis.medium.com/html-script-%E4%B8%ADdefer%E8%B7%9Fasync%E6%98%AF%E4%BB%80%E9%BA%BC-1166ee88d18) - loading js files and other dependent js files asynchronously
(https://stackoverflow.com/questions/2777030/loading-js-files-and-other-dependent-js-files-asynchronously) - LABjs (Loading And Blocking JavaScript)
(https://github.com/getify/LABjs)
SC 是由 Sashiba Chou 於 超過 4 年 前更新
- 完成比例 從 0 變更為 50
更改順序如下:
<script src=""></script>
<script src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src=""></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.3/vendors/scrolloverflow.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.3/jquery.fullpage.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.3/vendors/jquery.easings.min.js"></script>
<script>
...一些script...
</script>
<script src="https://localhost/theme/dark//js/constellation.js"></script>
</script>';
}
//產生activities_lessons.js, fb_login.js
?>
<script type="text/javascript" src="https://localhost/theme/dark//js/activities_lessons.js"></script>
<script type="text/javascript" src="https://localhost/theme/dark//js/fb_login.js"></script>
<script>
...一些script...
</script>
SC 是由 Sashiba Chou 於 超過 4 年 前更新
- 檔案 150611.jpg 150611.jpg 已新增
!150611.jpg!
動作