New to Kendo UI for jQueryStart a free 30-day trial

Ul

fields

A jQuery object of the ul element, which holds the available options.

ul

jQuery
<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete();

var autocomplete = $("#autocomplete").data("kendoAutoComplete");
var ul = autocomplete.ul;

/* The result can be observed in the DevTools(F12) console of the browser. */
console.log(ul);
</script>
Not finding the help you need?
Contact Support