$.ajaxFileUpload is not a function

Posted Legolas

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了$.ajaxFileUpload is not a function相关的知识,希望对你有一定的参考价值。

http://blog.csdn.net/qq_33171970/article/details/60578401

很可能的原因是,

<script src="${ctx}/static/js/ajaxfileupload.js"></script> 的前面没有
<script src="${ctx}/static/js/jquery-1.8.2.min.js"></script>

或者:
include了一个页面中有jquery-1.8.2.min.js
造成了冲突。







以上是关于$.ajaxFileUpload is not a function的主要内容,如果未能解决你的问题,请参考以下文章