How to make a search function similar to the auto complete on Yii's Class Reference?

What a convenient search function it is on Yii’s class reference page! I’m very interested to know how to make it. Does anyone know where to find the source code to study a bit? Many thanks. :)

Jun

Have a look here http://www.yiiframework.com/doc/api/1.1/CJuiAutoComplete and here http://jqueryui.com/demos/position/#option-at

Thanks alex-w :rolleyes:

I’m looking at JuiAutoComplete, very straight forward.