Jquery ui combobox (autocomplete) disappears

后端 未结 2 888
名媛妹妹
名媛妹妹 2021-01-19 03:20

I\'m trying to do this http://jqueryui.com/autocomplete/#combobox The problem is that when I go with the mouse over an option, options will disappears and it cames out the a

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-19 03:59

    This will happen in a related scenario where you reference the primary jQuery UI (jquery-ui.js) library and the individual libraries for jquery ui autocomplete at the same time. The jQuery-ui file contains all the children so there is no need to reference both.

提交回复
热议问题