单项选择题
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.mui(’.mui-off-canvas-wrap’).offCan...
单项选择题判断判断侧滑菜单是否显示的代码为()。
可以通过以下哪几种事件名监听侧滑菜单显示隐藏()。A.shownB.hiddenC.showD.hide
多项选择题可以通过以下哪几种事件名监听侧滑菜单显示隐藏()。
A.shownB.hiddenC.showD.hide
侧滑菜单隐藏的方法有以下那几种()。A.mui(’.mui-off-canvas-wrap’).offCanv...
多项选择题侧滑菜单隐藏的方法有以下那几种()。
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’)