Is it possible to integrate Jquery Autocomplete element inside a Custom form of DHTML Scheduler?
I have output form of JSON is given below.
var List = [“Alex,“Crystan”,“Bobbie”,“Constantine”,“MATHESON”];
$(”#appointment").autocomplete({
source: List,
autoFocus:true
});
How can i make a autocomplete element in custom form? Please help me out