会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dongxiaolei
博客内容仅作为个人学习笔记使用!!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
25
下一页
2017年2月24日
css3实现 鼠标经过li时动态画边框(jq库导航)
摘要: 列表1 列表1 列表1
阅读全文
posted @ 2017-02-24 10:46 dongxiaolei
阅读(341)
评论(0)
推荐(0)
2017年2月21日
仿妙味课堂导航(转)
摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="miaov_style.css" rel="stylesheet" type
阅读全文
posted @ 2017-02-21 15:45 dongxiaolei
阅读(216)
评论(0)
推荐(0)
jq仿 妙味课堂导航01
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{ margin:0; padding:0; } ul,li{ list-style:none; } a{ color:#3
阅读全文
posted @ 2017-02-21 15:39 dongxiaolei
阅读(165)
评论(0)
推荐(0)
2017年2月20日
css3实现 两个点之间有一条线,循环运动
摘要: *{ margin:0; padding:0; } .outer{ position:relative; width:800px; height:500px; margin:0 auto; } .target{ position:absolute; width:60px; height:60px;
阅读全文
posted @ 2017-02-20 13:57 dongxiaolei
阅读(1580)
评论(0)
推荐(0)
魅族首页导航效果(不兼容IE)
摘要: 魅族导航--鼠标经过列表依次显示效果 官网 手机 手机 ...
阅读全文
posted @ 2017-02-20 09:56 dongxiaolei
阅读(309)
评论(0)
推荐(0)
2017年2月16日
js实现抛物线运动 兼容IE低版本(转)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="keywords" content="javascript, 动画, 抛物线" /> <title>抛物线运动</title> <style> body { margin
阅读全文
posted @ 2017-02-16 09:53 dongxiaolei
阅读(493)
评论(0)
推荐(0)
2017年2月13日
通过ajax获取一个多位数,当容器显示在屏幕可视区时,让数字以滚动的形式显示
摘要: { "data": "268" }
阅读全文
posted @ 2017-02-13 18:16 dongxiaolei
阅读(458)
评论(0)
推荐(0)
2017年2月8日
jq实现随机显示部分图片在页面上(兼容IE5)
摘要: 步骤: 1)首先将所有名片按照相同规则命名(如00.png,01.png,02.png.......) 2)将图片中有规律递增的数字取出来,形成一个数组aryList(如果图片是从00.png到09.png,则建个1-9的数组[0,1,2,3,4,5,6,7,8,9]) 3)创建一个方法getAry
阅读全文
posted @ 2017-02-08 14:59 dongxiaolei
阅读(1410)
评论(0)
推荐(0)
2017年2月7日
用jq给link和script标签加随机的版本号(兼容IE5)
摘要: $("link,script").each(function(){ var t=Math.random().toFixed(4); /*var $tag=$(this).prop("tagName").toLowerCase();//获取当前元素的标签名 if($tag == "link"){ var $href=$...
阅读全文
posted @ 2017-02-07 16:35 dongxiaolei
阅读(1668)
评论(0)
推荐(0)
2017年2月5日
前端面试题
摘要: http://www.cnblogs.com/aliyue/p/5610850.html http://www.cnblogs.com/jscode/archive/2012/07/10/2583856.html http://www.cnblogs.com/yexiaochai/p/3152858
阅读全文
posted @ 2017-02-05 15:05 dongxiaolei
阅读(155)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
25
下一页
公告