菜单html源码,jQuery⼿机端底部弹出导航菜单列表代
js代码
function showList(){
$("body").scrollmenu({
type:'cross',
// bscroll:true,
// animateIn:'bounceIn',
// animateOut:'bounceOut',
click:function(ret){
if(ret.hasHref){
return
}else{
// switch (ret.index){
// case 0:
// alert(0);
// break;
// }
alert(JSON.stringify(ret));
}
}
});
jquery源码在线}
function showList1(){
$("body").scrollmenu({
type:'',
// bscroll:true,
// animateIn:'bounceIn',
// animateOut:'bounceOut',
click:function(ret){
if(ret.hasHref){
return
}else{
/
/ switch (ret.index){
// case 0:
// alert(0);
// break;
// }
alert(JSON.stringify(ret));
}
}
});
}
function showListbscroll(){ $("body").scrollmenu({
/
/ type:'',
bscroll:true,
// animateIn:'bounceIn',
// animateOut:'bounceOut', click:function(ret){
if(ret.hasHref){
return
}else{
// switch (ret.index){
// case 0:
// alert(0);
// break;
/
/ }
alert(JSON.stringify(ret));
}
}
});
}
function showListnoborder(){ $("body").scrollmenu({
type:'cross',
hasLineBorder:false,
// bscroll:true,
// animateIn:'bounceIn',
/
/ animateOut:'bounceOut', click:function(ret){
if(ret.hasHref){
return
}else{
// switch (ret.index){
// case 0:
// alert(0);
// break;
// }
alert(JSON.stringify(ret)); }
}
});
}

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。