h5⾃动弹窗html模板,html5⼿机弹出对话框动画特效js代码
//成功
$("#success").click(function(){
new TipBox({type:'success',str:'操作成功',hasBtn:true});
});
//错误
$("#error").click(function(){
new TipBox({type:'error',str:'对不起,出错了!',hasBtn:true});
});
//提⽰
$("#tip").click(function(){
new TipBox({type:'tip',str:'这是提⽰信息',clickDomCancel:true,setTime:10000500,hasBtn:true});
});
//加载
$("#load").click(function(){
new TipBox({type:'load',str:"努⼒加载中..",setTime:1500,callBack:function(){
new TipBox({type:'success',str:'操作成功',hasBtn:true});
网站底部代码js特效
}});
});

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