我们在 Asp.net Mvc 应用程序中使用 footable。在 http 上运行时它工作正常。但是,当我们从 Azure 在 https 上运行相同的应用程序时,它会失败并出现错误:
(function ($, w, undefined) {
if (w.footable === undefined || w.footable === null)
throw new Error('Please check and make sure footable.js is included in the page and is loaded prior to this script.');
一些想法?捆绑包中的footable的最佳实践是什么,以及将其放置在_Layout-file中的什么位置?