typeahead.js jQuery插件触发每个字母的调用,或者我们可以给minLength进行建议呈现。我只想显示3的倍数的建议>
typeahead.js jQuery插件会为每个字母触发呼叫,或者我们可以给minLength进行建议呈现。我只想显示3的倍数的建议>>
https://twitter.github.io/typeahead.js/examples/
$('#the-basics .typeahead').typeahead({
hint: true,
highlight: true,
minLength: 3
},
{
name: 'items',
source: substringMatcher(items)
});