iT邦幫忙

0

【程式開發筆記04】解決ASP.NET Core Web(MVC) 在 View 中 Jquery 無法使用

  • 分享至 

  • xImage
  •  

需在View中加上@section Scripts

@section Scripts{
    <script src="~/js/homeindex.js"></script>
}

https://ithelp.ithome.com.tw/upload/images/20230723/20113319GeuK851ojB.png

如果沒有加上這指令的話,他會直接寫入在@RenderBody()內,導致JQuery還未載入就先載入homeindex.js,故無法使用JQuery
https://ithelp.ithome.com.tw/upload/images/20230723/20113319kJMFpooOE4.png

以下用Chrome F12查看
未加上@section Scripts
https://ithelp.ithome.com.tw/upload/images/20230723/20113319lj1AYaI0g6.png

加上@section Scripts
https://ithelp.ithome.com.tw/upload/images/20230723/20113319LYKtDImhGu.png


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言