我正在使用JQtouch模擬移動應用程序的滑動/滑動事件,我試圖先在谷歌Chrome瀏覽器中模擬它。JQtouch錯誤:未捕獲TypeError:對象[對象對象]沒有方法'活'
但是,當我加載頁面我得到這個錯誤:
在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
我不理解是什麼原因造成這個錯誤。任何建議將不勝感激。
你的插件已經過時,並使用已經從刪除的jQuery jQuery方法(生活)。 – adeneo
所以你說的是,我的jquery.js版本實際上不包含'live'方法? –
['live()'在jQuery 1.9中被移除](http://api.jquery.com/live/) –