我已將jQuery 1.7.1替換爲jQuery 1.9.2,並且我看到以下錯誤與我的一些自定義構建UI腳本和jQuery提供的UI庫以及。以下是錯誤。從jQuery 1.7.1遷移到jQuery 1.9.2
而且我已經升級了jQuery UI庫1.10.0
以下內容是我一直面臨有更多的錯誤。
Uncaught TypeError: Cannot read property 'element' of undefined
'e.widget._close'
(anonymous function)
e.widget.close
(anonymous function)
'_on.blur'
u
b.event.dispatch
v.handle
Uncaught TypeError: Object [object Object] has no method 'menu'
cannot call methods on myCustomOverlay prior to initialization; attempted to call method 'isOpen'
是否有任何事情我必須注意?請指導我如何從1.7.1遷移到1.9.1
非常含糊,請提供代碼。 – Dom 2013-02-20 19:37:12
你提到的錯誤聽起來像你會從使用舊的(過時的)插件與jQuery 1.9 – 2013-02-20 19:38:02
1)您是否已經閱讀了升級指南http://jquery.com/upgrade-guide/1.9/。 – dgvid 2013-02-20 19:38:09