DHTML Scheduler with Jquery Autocomplete

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

Hello,

Please check the following topic:
viewtopic.php?f=6&t=18304&p=57307&hilit=jquery#p57307