今天周天,要加班。来公司后,遇到一个问题,如题,
TypeError: 'undefined' is not a function (evaluating '$')
然后遇到这个问题,属于js问题,根据以往的经验,首先要看js语法有没有错误,查看了下,没有错误。
最后,就要考虑是不是没有导入jquery包,发现确实没有导入:
这个包,导入之后,完美解决问题~...
分类:
其他好文 时间:
2015-03-15 10:57:59
阅读次数:
145
Jquery实现Ajax异步提交时报错"Uncaught TypeError: Illegal invocation",如下图: 排查发现错误在于此: data:{"search_value":$(‘input[name=search_value]‘),"order_source":buyerType,"order_status":order...
分类:
Web程序 时间:
2015-03-12 15:32:49
阅读次数:
209
在之前,webView加载图片完全没有问题。直到前端H5开发换新的加载图片的方式,导致图片忽然加载不出来了。
从后台日志看到了webview 打印了报错信息
Cannot call method 'getElementsByTagName' of null
我怀疑是不是由于此处报错终止了图片加载的进程。
分析此处错误出现的原因:
由于调用的H5界面的js其中的写法不规范,we...
分类:
移动开发 时间:
2015-03-11 17:25:59
阅读次数:
147
1.supervisornpm install supervisor -gsupervisor app.jscd publiccd binsupervisor wwwhttp://www.nodenpm.com/news/122.domaindomain3.Q.promise4.Uncaught E...
分类:
Web程序 时间:
2015-03-09 10:37:06
阅读次数:
146
今天运行一个场景时候,welcome场景可以旋转,进入主场景后发现只要旋转手机屏幕就会crash。*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UnityDefaultViewController should be used only if unity is se...
分类:
编程语言 时间:
2015-03-08 15:45:50
阅读次数:
402
代码正确缩进位置如下,extend "layout"block 'content',-> div ->'nihao' script id:"InvoiceItem",type:"text/template",style:"display: none",-> div ->"{{p...
分类:
Web程序 时间:
2015-03-06 18:36:51
阅读次数:
655
今天在使用Google Chrome调试一个程序时,发现了Chrome浏览器的一个bug。说大不大,不过挺气人的。找了好一会才找出了错误原因。程序源码如上所示。再单击这个button时,IE,Firefox 都可以正常显示成提示框“hello world !...
分类:
其他好文 时间:
2015-03-05 18:39:04
阅读次数:
98
今天碰到一个比较尴尬的问题:在一个js文件中使用了一个jquery的方法,但是这个方法我又不知道在jquery的那个版本有,代码如下:
function xxx(){
var $target = jQuery("#"+targetId);
$target.fixed(true);
}
调用xxx的时候报:Uncaught TypeError: undefined is no...
分类:
Web程序 时间:
2015-03-05 16:55:50
阅读次数:
126
这个不是什么tab的问题,而是可能有多个上传的div或者input(含有相同的name或者ID)导致的如果有两个不同的上传按钮,那么他们的name,id要设置得不一样。 开始上传 全部取消上传
分类:
Web程序 时间:
2015-03-03 18:28:47
阅读次数:
2686
这种错误,可以在loadurl之后再调用 localstorage。setitem()即可解决。"Uncaught SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied fo...
分类:
移动开发 时间:
2015-02-28 17:59:30
阅读次数:
4219