vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.72k forks source link

x-editable not work with Jquery 3 #1132

Open AminMhmdi opened 5 years ago

AminMhmdi commented 5 years ago

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?