例如,我可能有以下几点:
$('input').on('change',function(){ console.log($(this).val()); });
这不会捕获所选值.有没有人知道如何使用带有Bootstrap的typeahead来获取所选值?
我想知道输入值是否设置不正确?