JQtouch错误:未捕获TypeError:对象[object Object]没有方法' live'

时间:2014-04-08 13:24:04

标签: javascript jquery jqtouch

我正在使用JQtouch模拟移动应用程序的滑动/滑动事件,我试图先在谷歌浏览器浏览器中模拟它。

但是,当我加载页面时,我收到此错误:

JQtouch.js中的

Uncaught TypeError: Object [object Object] has no method 'live'

控制台中的堆栈跟踪如下:

$.fn.tap jqtouch.js:1 addAnimation jqtouch.js:1 (anonymous function) jqtouch.js:1 c jquery-1.10.2.min.js:4 p.fireWith jquery-1.10.2.min.js:4 x.extend.ready jquery-1.10.2.min.js:4

我不明白导致此错误的原因。任何建议将不胜感激。

1 个答案:

答案 0 :(得分:1)

尝试使用支持jQuery v2的https://github.com/senchalabs/jQTouch中的最新版本,因为live()已在v1.7中弃用,并已在v1.9中删除