1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > php手机网站底部导航代码 jQuery微信手机端底部弹出导航菜单列表代码

php手机网站底部导航代码 jQuery微信手机端底部弹出导航菜单列表代码

时间:2021-06-14 23:36:11

相关推荐

php手机网站底部导航代码 jQuery微信手机端底部弹出导航菜单列表代码

jQuery微信手机端底部弹出导航菜单列表代码

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));

}

}

});

}

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));

}

}

});

}

申明:php中文网下载站匠心打造专业的IT资源下载站!一切资源免费,来源网络收集,请自行检测软件的完整性。交流QQ群:916808767

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。