Link | ",
"",
"",
"",
""
]
}
]
});
});
$(function() {
$('nav#menu-right').mmenu({
offCanvas : {
position : 'left'
},
extensions : [ 'effect-slide-menu', 'pageshadow', 'theme-green' ],
searchfield : false,
counters : false,
navbar : {
title : 'Collection Type'
},
navbars : [
{
position : 'top',
content : [ 'searchfield' ]
}, {
position : 'top',
content : [
'prev',
'title',
'close'
]
}
]
});
});
$(function() {
$('nav#login').mmenu({
offCanvas : {
position : 'left'
},
extensions : [ 'effect-slide-menu', 'pageshadow', 'theme-green' ],
searchfield : false,
counters : false,
navbar : {
title : 'LOGIN'
},
navbars : [
{
position : 'top',
content : [
'prev',
'title',
'close'
]
}
]
});
});
|