一页上有两个多级推送菜单

时间:2015-02-10 09:42:21

标签: jquery jquery-plugins responsive-design

我想在一个页面上实现两个多级推送菜单,一个在我的左侧(ltr),另一个在右侧(rtl)

有人有运气吗?我尝试了下面的#menu是我左边的滑入,#search是我从右边滑入而#pushobj是我的网站内容,但它最终都没有滑入工作。

$( '#menu' ).multilevelpushmenu({
    containersToPush: [$( '#pushobj' )],
    fullCollapse: true,
    collapsed:true,
    mode:'cover',
    menuWidth: '100%',
    // Just for fun also changing the look of the menu
    wrapperClass: 'mlpm_w',
    menuInactiveClass: 'mlpm_inactive'
});

$( '#search' ).multilevelpushmenu({
    containersToPush: [$( '#pushobj' )],
    fullCollapse: true,
    collapsed:true,
    mode:'cover',
    menuWidth: '100%',
    direction: 'rtl', 
    // Just for fun also changing the look of the menu
    wrapperClass: 'mlpm_w',
    menuInactiveClass: 'mlpm_inactive'
});

http://multi-level-push-menu.make.rs/

0 个答案:

没有答案