我正在使用jquery输入表单,按类别自动完成,如下所示:
http://jqueryui.com/autocomplete/#categories
想象一下,我的整个列表包含:
Mario
Super Mario
AntiMario
如果我写“Mario”,3个结果匹配,但我不想要第3个。 规则应该是这样的:
"Search for 'Mario' ONLY at the beginning of the string or after a ' ' space"
这似乎很复杂。
有什么好主意吗?
答案 0 :(得分:0)
我认为您必须根据My SQL查询制作自己的自定义AJAX函数并获取结果。