vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery

Home Page:http://vitalets.github.io/x-editable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x-editable not work with Jquery 3

AminMhmdi opened this issue · comments

hi
i have ASP.NET MVC 5.2 web app
i am use jquery-3.0.0.js in my project
i get error:
jquery.poshytip.js:484 Uncaught ReferenceError: jQuery is not defined
at jquery.poshytip.js:484
(anonymous) @ jquery.poshytip.js:484
jquery-editable-poshytip.min.js:5 Uncaught TypeError: Cannot read property 'fn' of undefined
at jquery-editable-poshytip.min.js:5
at jquery-editable-poshytip.min.js:5
(anonymous) @ jquery-editable-poshytip.min.js:5
(anonymous) @ jquery-editable-poshytip.min.js:5
address.js:32 Uncaught TypeError: Cannot read property 'fn' of undefined
at address.js:32
at address.js:170

everything get fine when i switch to jquery-1.9.1.js
how can i resolve this?