$(...).wordExport is not a function
Posted jas0203
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了$(...).wordExport is not a function相关的知识,希望对你有一定的参考价值。
参考网址:https://laod.cn/code-audit/jquery-is-not-a-function.html
问题描述:
1.view页面引用的是jquery-1.10.2.min.js
2.报错 $(...).wordExport is not a function
3.页面初始化加载方法如下:
$(function () {
//jquery code
})
解决方法:
1.将上述的3修改为:
jQuery(document).ready(function($){
//jquery code
});
以上是关于$(...).wordExport is not a function的主要内容,如果未能解决你的问题,请参考以下文章
[Java A] – is not an enclosing class
JAVA_HOME is not defined correctly
hadoop启动守护进程报JAVA_HOME is not set and could not be found
hadoop Error: JAVA_HOME is not set and could not be found.
BottomSheetBehavior 之 java.lang.IllegalArgumentException: The view is not associated with BottomShe