devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.57k stars 1.67k forks source link

Your demo isn't working... #771

Closed adamthedeveloper closed 5 years ago

adamthedeveloper commented 5 years ago

https://www.devbridge.com/sourcery/components/jquery-autocomplete/

A non-working demo is a bad look ;)

tkirda commented 5 years ago

Works for me.

adamthedeveloper commented 5 years ago

Still not for me - Chrome v 76.0.3809.132 Attached "France" as a search term and the errors displayed in console. Screen Shot 2019-09-19 at 12 54 09 PM

adamthedeveloper commented 5 years ago

I tried through an incognito window and it worked. Not sure what's happening. Feel free to keep it closed if you aren't worried.

tkirda commented 5 years ago

There may be other scripts that are causing the issue. There is no issue with a plugin itself.

You can run demo locally by opening index.htm file in your browser.

adamthedeveloper commented 5 years ago

I know it works. I've implemented it. I just wanted to raise the possibility that the demo may not be working for everyone. Thanks!

Jendoliver commented 4 years ago

It happened to me as well although it's pretty random, looks like sometimes the element of class .js-academy-slider is not loading properly and the .slick call fails (so as @tkirda says it's not an error from the plugin). In my case it appeared the first time, refreshing got it away and after some more refreshes it reappeared...

image

adamthedeveloper commented 4 years ago

Yeah. The demo isn't working. Library is ok. I personally almost passed on trying the library because the demo didn't run. The team isn't concerned so

On Fri, Sep 20, 2019, 1:24 AM Alejandro Álvarez Monllor < notifications@github.com> wrote:

It happened to me as well although it's pretty random, looks like sometimes the element of class .js-academy-slider is not loading properly and the .slick call fails (so as @tkirda https://github.com/tkirda says it's not an error from the plugin). In my case it appeared the first time, refreshing got it away and after some more refreshes it reappeared...

[image: image] https://user-images.githubusercontent.com/23485344/65311529-cf3a7880-db90-11e9-9881-9e2334b09977.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/devbridge/jQuery-Autocomplete/issues/771?email_source=notifications&email_token=AABG5KFIXC5L32KME45BLQ3QKSCE5A5CNFSM4IYDPBFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7F7FEI#issuecomment-533459601, or mute the thread https://github.com/notifications/unsubscribe-auth/AABG5KCPCQMWXQBJEFSBAXTQKSCE5ANCNFSM4IYDPBFA .

tkirda commented 4 years ago

Issue on the demo page involving other scripts was resolved.