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.73k forks source link

Uncaught TypeError: Cannot read property 'tip' of undefined #1091

Open soclosed opened 6 years ago

soclosed commented 6 years ago

Hi,

I have a problem. When I use x-editable, there is the following issue : "Uncaught TypeError: Cannot read property 'tip' of undefined"

It happened when i click on a link.

Do you have an idea?

Regards

sedhossein commented 6 years ago

hi bro, i have same error . maybe can help you my issue that works for me. you have conflict in importing your js (or and css) codes in your .html file.

at first, check it again, (Exact build of x-editable depends on core library you want to use) download one of them(bootstrap, jQuery UI,jQuery) here

then insert the new js and css codes in like below link: here

and keep in mind in your work that:

Note to include x-editable after core library (bootstrap, jquery-ui)!

hope to help you ;)