Autocomplete jquery UI - selectfirst extension

I use jQuery UI 1.8.6 autocomplete and you need to include the selectfirst function in it. I downloaded selectfirst extension js from https://github.com/scottgonzalez/jquery-ui-extensions/blob/master/autocomplete/jquery.ui.autocomplete.selectFirst.js

Can someone tell me how to use this extension with basic autocomplete functionality. If I try to add the selectFirst parameter to the autocomplete widget, it gives an error that it is not a valid property.

Urgent assistance is needed.

thank

+3
source share
1 answer
+7

Source: https://habr.com/ru/post/1777257/


All Articles