(1)bootstrap-treeview:https://github.com/jonmiles/bootstrap-treeview
(2)icheck(单选框、复选框美化) http://www.bootcss.com/p/icheck/
github:https://github.com/fronteed/iCheck
(3)Bootstrap Multiselect:http://davidstutz.de/bootstrap-multiselect/
(4)bootstrap-switch:https://github.com/Bttstrp/bootstrap-switch
(5)bootstrap-autohidingnavbar(Bootstrap顶部悬浮自动隐藏导航菜单) :
https://github.com/istvan-ujjmeszaros/bootstrap-autohidingnavbar
【配置参数】:
disableAutohide
:是否通过编程的方式来设置固定导航菜单的隐藏和显示。默认值为false。
showOnUpscroll
:在页面向上滚动是显示导航菜单。默认值为true。
showOnBottom
:在页面到达最底部时显示导航菜单。默认值为true。
hideOffset
:在页面滚动到指定像素后才隐藏导航菜单。默认值为auto,表示导航菜单的高度。
animationDuration
:显示和隐藏导航菜单动画的持续时间。默认为200毫秒。
navbarOffset
:导航菜单在距离顶部多少像素前不隐藏。默认值为0。
其他如方法等查看:http://www.htmleaf.com/jQuery/Menu-Navigation/201804265092.html