Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用Jasny Bootstrap Offcanvas。我想最初将autohide选项设置为false,但是当我这样做时,相应的 offcanvas 会显示,这是我想避免的。
autohide
false
如何设置autohide并false防止显示画布?
我有同样的问题,但我想将自动隐藏设置为 true。设置toggle: false对我有用:
toggle: false
$("nav").offcanvas({ autohide: true, toggle: false });