twitter-bootstrap 从左侧滑入 Bootstrap 折叠菜单
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17246880/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Slide in Bootstrap collapsed menu from the left
提问by user992731
I found two different plugins, but neither is integrated into Bootstrap, and once they're implemented, there's a lot of buggy stuff going on. What I have tried so far: "jQuery page slide" and "snap.js"
我找到了两个不同的插件,但都没有集成到 Bootstrap 中,一旦它们被实现,就会有很多错误的东西发生。到目前为止我尝试过的:“ jQuery 页面幻灯片”和“ snap.js”
page-slide appends to the <div>that you want to slide in and ends up removing all styles to your collapsed menu as well as all functionality for submenus.
page-slide 附加到<div>您要滑入的内容并最终删除折叠菜单中的所有样式以及子菜单的所有功能。
Snap.js was definitely not developed with bootstrap in mind. The integration process is painful.
Snap.js 绝对不是在考虑引导程序的情况下开发的。整合过程是痛苦的。
If anyone has accomplished this or if there is even a plugin for sale on code canyon please let me know.
如果有人已经完成了这一点,或者如果在代码峡谷上甚至有一个插件出售,请告诉我。
回答by David Taiaroa
Check out this solutionfrom Off Canvas Layout For Twitter BootStrap
Credit to krichnafsky
从Off Canvas Layout For Twitter BootStrapCredit to krichnafsky查看此解决方案

