php mysql jquery AJAX智能自动完成解决方案

php mysql jquery AJAX智能自动完成解决方案

问题描述:

I have a mysql table with a column containing a list of names.

Can anybody tell me the best plugin or solution for making an autosuggestion list in my form input field using jquery?

I need something which supports

$query = "SELECT * FROM my_table WHERE name LIKE '%$_POST[]"name"%' ";

limiting to 10

I need a package including js libraries and php files.

I need the smartest and powerful autocomplete solution which check for matches in my every key stroke, available today.

Thanks in advance.

blasteralfred

我有一个mysql表,其中包含一个包含名称列表的列。 p>

有人可以告诉我使用jquery在表单输入字段中创建自动提示列表的最佳插件或解决方案吗? p>

我需要支持的内容 p>

   $ query =“SELECT * FROM my_table WHERE name LIKE'%$ _ POST []”name“%'”; 
  code>  pre> 
 
 

限制为10 p >

我需要一个包含js库和php文件的软件包。 p>

我需要最智能,最强大的自动完成解决方案,检查我的每个按键中的匹配,今天可用 。 p>

提前致谢。 p>

blasteralfred p> div>

jQuery UI auto complete, you will need the do the server side interaction code though.

http://jqueryui.com/demos/autocomplete/