jquery autocomplete examples using backend database?
are there any good working examples where you get an autocomplete on a text based input f开发者_Go百科orm? looking for one thats DB based so the list can be updated ect...
Check out http://jqueryui.com/demos/autocomplete/
here is an example using JQuery + Jquery ui + auto complete + remote data source http://jqueryui.com/demos/autocomplete/multiple-remote.html
精彩评论