gpt4 book ai didi

javascript - 将 jQueryFileUpload 库与 require.js 一起使用

转载 作者:行者123 更新时间:2023-11-30 18:08:30 24 4
gpt4 key购买 nike

我正在使用 this file upload library使用 require.js。当我尝试运行它时,出现 404 not found 错误

localhost/js/jam/tmpl.js 404 (Not Found)

它似乎在寻找这个我在任何地方都找不到的“tmpl.js”文件。在 fileupload 包附带的“jquery.fileupload-ui.js”文件的第 21 行有对这个文件的引用。

(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
// Register as an anonymous AMD module:
define([
'jquery',
'tmpl',
'load-image',
'./jquery.fileupload-fp'
], factory);

同样,我不确定它位于何处或来自何处。

最佳答案

是的,您需要从 https://github.com/blueimp/JavaScript-Templates 下载文件 tmpl.js(或 tmpl.min.js)它是 Blueimp 自己的模板引擎。

带有链接的插件要求的完整列表:https://github.com/blueimp/jQuery-File-Upload#requirements

关于javascript - 将 jQueryFileUpload 库与 require.js 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15211519/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com