実際のデバッグモードではなく、ページインスペクタで何かが機能する理由はありますか? 特に、一部のタブ コンテンツで fullcalendar.min.js (JQuery プラグイン) を使用しており、ページ インスペクターでよく確認できますが、デバッグ時にカレンダーが表示されません。
ヘッダー内:
<link rel="stylesheet" href="./../../Content/fullcalendar.css" type="text/css" media="all" />
<script src="./../../Scripts/js/fullcalendar.min.js"></script>
体内:
<section class="tab events-tab">
<section class="events-tab-inner">
<div id="calendar"></div>
</section>
</section>
Web ページの読み込みのコンソールに、次のエラーがあります (カレンダーに直接関係しているかどうかはわかりません)。
GET http://localhost:3516/SITE/css/images/star-off.png 404 (Not Found) jquery.min.js:2
Invalid App Id: Must be a number or numeric string representing the application id. all.js:56
event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery.min.js:3
FB.getLoginStatus() called before calling FB.init(). all.js:56
GET http://localhost:3516/SITE/css/images/star-off.png 404 (Not Found) jquery.min.js:2