podio / jquery-mentions-input

MIT License
985 stars 333 forks source link

Not working at all #153

Closed pkgoyal86 closed 8 years ago

pkgoyal86 commented 8 years ago

Neither demo nor code is working. There is some js error.

Please check below image link

http://s29.postimg.org/qyuc7bwrb/error.jpg

Thanks

kenarai commented 8 years ago

Seconded. Same problem here as well.

berkayk commented 8 years ago

Same as well. Underscore is not loading.

Failed to load resource: the server responded with a status of 404 (Not Found) http://documentcloud.github.io/underscore/underscore-min.js
jquery.mentionsInput.js:387 Uncaught ReferenceError: _ is not defined
examples.js:3 Uncaught TypeError: $(...).mentionsInput is not a function
chasd00 commented 8 years ago

I submitted a pull request for this, clone the repo, open index.html and change the reference to underscore.js to https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js

after that it'll work

praveenscience commented 8 years ago

This has been fixed. :smiley:

ghost commented 5 years ago

@chasd00 @praveenscience Is there a chance the issue is back? See https://github.com/podio/jquery-mentions-input/issues/184

praveenscience commented 5 years ago

@silentsnooc I did check it now and it worked fine for me. Checking #184 again.