有什么理由可以在页面检查器中工作而不是在真正的调试模式下工作吗?特别是我在一些选项卡内容中使用了 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>
在网页加载的控制台中,我有以下错误(我不确定它们是否与我的日历直接相关):
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