jQuery UI Autocomplete – menu disappears on hover

The error is caused because of a conflict that occurs when two jQuery UI files are loaded into the client’s browser at the same time. If you peak into your <head> section you will probably see you have two different jQuery UI files referenced there. Just remove one and it will work.

Leave a Comment