摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <meta name="keywords" content="关键字"/> <meta name="description" content="蓝航线,碧蓝航线 阅读全文
posted @ 2017-09-29 20:22 与你同行hello 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 返回顶部 $(".htop").click(function() { $("html,body").animate({scrollTop: 0}, 500); }); 获取当前滚动条高度 $(window).scroll(function() { if($(window).scrollTop() > 阅读全文
posted @ 2017-09-29 12:52 与你同行hello 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 左右晃动 .move { position: relative; animation: dese 3s linear infinite alternate; -webkit-animation:dese 3s linear infinite alternate; -moz-animation:des 阅读全文
posted @ 2017-09-29 12:27 与你同行hello 阅读(76) 评论(0) 推荐(0) 编辑
摘要: jquery1.9版本,2.0不支持ie <script src="http://libs.baidu.com/jquery/1.9.1/jquery.min.js"></script> 阅读全文
posted @ 2017-09-29 11:47 与你同行hello 阅读(162) 评论(0) 推荐(0) 编辑