jquery Ui AutoComplete has a property that named Source. i want to value this property with static datasource for example 开发者_开发技巧generic list or filled dataset on my asp.net application. is it possible? would you please give me an example? thanks.
There's a perfectly good example on the demo page
- Go to http://jqueryui.com/demos/autocomplete/#options
- Expand the "source" example
Edit: Actually, the default example source is even better.
- Go to http://jqueryui.com/demos/autocomplete/
- Click the "View Source" link under the demo
精彩评论