一旦我將<input>
元素的type
更改爲html5類型search
,jQuery的自動完成功能就不再起作用。<input type =「search」> and jQuery Autocomplete
使用jQuery Mobile和我試圖使用"search" input type與jQuery UI Autocomplete
一旦我將<input>
元素的type
更改爲html5類型search
,jQuery的自動完成功能就不再起作用。<input type =「search」> and jQuery Autocomplete
使用jQuery Mobile和我試圖使用"search" input type與jQuery UI Autocomplete
這是因爲jQuery UI Autocomplete
選擇具有type="text"
您試圖自動完成連接與id
選擇的要素只有要素是什麼?
使用:
<input type="text" data-type="search" />
會給視覺結果
<input type="search" />
相同,但自動完成插件仍然可以工作,也斷與type="search"
, https://github.com/commadelimited/autoComplete.js
可能還修復jQuery UI自動完成?
是的。我調用了這樣的自動完成:'$(「#address」)。autocomplete({「source」:fetch_address,「select」:select_address});' – Dimdum 2012-02-13 12:55:20
@Dimdum。וואלהאחי,איןליווגגג – gdoron 2012-02-13 15:09:19