下拉列表: travelzen.dropdownList
用于創(chuàng)建下拉列表選擇框,允許關(guān)鍵字搜索。
實例: 給input元素設(shè)置一個選擇器,最好是class類名 調(diào)用travelzen.dropdownList方法。
1.html
<input class="products" type="text">
2.javascript
$(function(){
travelzen.autoComplete({
input: '.products',
url: 'https://travelzen.com'
})
})
更多建議: