Auto Complete -- Typeahead 和DateRangePicker

一个很好用的AutoComplete js:

https://twitter.github.io/typeahead.js/


这里是自己测试的一些demo:





1.Basic

2.Using Bloodhound

3. Pre-fetch (need to replace json URL)

4.Custom Template

5.multiple data set

6. scrollable drop down



另外,这个DateRangePicker可以考虑用来选择时间间隔,也是很不错的:

https://github.com/dangrossman/bootstrap-daterangepicker


你可能感兴趣的:(Auto Complete -- Typeahead 和DateRangePicker)