博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
JQuery 遮罩层弹窗
阅读量:5963 次
发布时间:2019-06-19

本文共 941 字,大约阅读时间需要 3 分钟。

var str = "
";str += "
";str += "
";str += "
";str += "
";str += "
确 定
";str += "
";document.getElementsByTagName("body")[0].innerHTML += str;function SelfAlert(t, c) { $("#tc-title").text(t); $("#tc-context").text(c); $("#zhezhao").css("display", "block"); $("#tanchuang").animate({ top: "200px" }, 300).animate({ top: "150px" }, 100).animate({ top: "200px" }, 200);}$("#tc-btn1").live("click", function () { $("#tanchuang").animate({ top: "250px" }, 200).animate({ top: "-500px" }, 300, function () { $("#zhezhao").css("display", "none"); });});$("#tc-btn1").live("mouseover", function () { $(this).animate({ backgroundColor: "#890606" }, 300);});$("#tc-btn1").live("mouseout", function () { $(this).animate({ backgroundColor: "red" }, 300);});

JS代码

转载于:https://www.cnblogs.com/maxin991025-/p/6391560.html

你可能感兴趣的文章
J2EE之初识JSP
查看>>
RabbitMq消息序列化简述
查看>>
别人要访问我的电脑上部署的tomcat,必须关闭防火墙吗?
查看>>
opencv2使用形态学滤波对图像进行边缘及角点检測
查看>>
Git协作流程(转)
查看>>
iOS UI-自动布局(Autoresizing)
查看>>
i.e., e.g., etc.
查看>>
计算机视觉与模式识别代码合集第二版three
查看>>
Android studio SweetAlert for Android
查看>>
sql中的CHARINDEX和暂时表
查看>>
火炬之光模型导出(Unity载入火炬之光的模型)
查看>>
git忽略文件【转】
查看>>
Web上的支持的图片格式以及它们之间的区别
查看>>
随意而为
查看>>
jQuery监听文本框值改变触发事件(propertychange)
查看>>
[LeetCode] Flip Game II 翻转游戏之二
查看>>
最简单的基于Flash的流媒体示例:网页播放器(HTTP,RTMP,HLS)
查看>>
IOS开发中的几种设计模式
查看>>
Json——使用Json jar包实现Json字符串与Java对象或集合之间的互相转换
查看>>
HDU--2040
查看>>