单项选择题
判断判断侧滑菜单是否显示的代码为()。
A.mui(’.mui-off-canvas-wrap’).offCanvas().isShown(’left’)
B.mui(’.mui-off-canvas-wrap’).offCanvas().isShown()
C.mui(’.mui-off-canvas-wrap’).offCanvas().show()
D.mui(’.mui-off-canvas-wrap’).offCanvas().show(’left’)
点击查看答案
相关考题
-
多项选择题
可以通过以下哪几种事件名监听侧滑菜单显示隐藏()。
A.shown
B.hidden
C.show
D.hide -
多项选择题
侧滑菜单隐藏的方法有以下那几种()。
A.mui(’.mui-off-canvas-wrap’).offCanvas(’close’)
B.mui(’.mui-off-canvas-wrap’).offCanvas().close()
C.mui(’.mui-off-canvas-wrap’).offCanvas().show()
D.mui(’.mui-off-canvas-wrap’).offCanvas(’show’) -
多项选择题
侧滑菜单显示的方法有以下哪几种()。
A.mui(’.mui-off-canvas-wrap’).offCanvas(’show’)
B.mui(’.mui-off-canvas-wrap’).offCanvas().show()
C.mui(’.mui-off-canvas-wrap’).offCanvas().close()
D.mui(’.mui-off-canvas-wrap’).offCanvas(‘close’)
