Jquery autocomlete text box

Jquery autocomlete text box

Hi ,

I want to avoid mutliple database hits when user types in the text in the text field.
All data should be loaded on page load using ajax returning JSON and after that filter the data
as the user types in.

Thanks
Saj