< input type =" search">和jQuery自动完成
问题描述:
一旦我将< input>
元素的类型
更改为html5类型搜索
,jQuery的自动完成功能将不再适用。
Once i change the type
of the <input>
element to the html5 type search
, jQuery's Autocomplete functionality just won't work anymore.
我使用jQuery Mobile,我正在尝试使用搜索输入类型 jQuery UI自动填充
I use jQuery Mobile, and i am trying to use the "search" input type with jQuery UI Autocomplete
答
这是因为 jQuery UI Autocomplete
仅选择元素=text的元素
有您是否尝试使用 id
选择器将自动填充附加到元素?
Have you tried to attach the Autocomplete to the elements with id
selector?