会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dongxiaolei
博客内容仅作为个人学习笔记使用!!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
25
下一页
2016年11月18日
jq知识总结
摘要: jQuery jQuery基本选择器: id选择器 $(“#div1”) class选择器 $(“.div1”) 元素选择器 $(“div”) * 选择器 $(“*”) 所有元素 组合选择器 $(“#div1,.div1,div”) 层次选择器 $(“div span”) 获取div下的所有span
阅读全文
posted @ 2016-11-18 10:09 dongxiaolei
阅读(504)
评论(0)
推荐(0)
2016年11月17日
viewer.js图片查看器插件(可缩放/旋转/切换)
摘要: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- <meta name="viewport" conten
阅读全文
posted @ 2016-11-17 14:16 dongxiaolei
阅读(8746)
评论(0)
推荐(0)
根据屏幕的宽度使用不同的css-文件
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/jl_public.css?v=11"/> <link rel="style
阅读全文
posted @ 2016-11-17 10:37 dongxiaolei
阅读(6622)
评论(0)
推荐(0)
2016年11月15日
css做三角形
摘要:
阅读全文
posted @ 2016-11-15 10:24 dongxiaolei
阅读(139)
评论(0)
推荐(0)
js判断IE浏览器版本
摘要: if(navigator.userAgent.indexOf("MSIE")>0){ if(navigator.userAgent.indexOf("MSIE 6.0")>0){ alert("ie6浏览器"); } if(navigator.userAgent.indexOf("MSIE 7.0")>0){ ...
阅读全文
posted @ 2016-11-15 10:18 dongxiaolei
阅读(565)
评论(0)
推荐(0)
2016年11月14日
阿里云首页特效
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/style.css"/> </head> <body> <div class
阅读全文
posted @ 2016-11-14 18:26 dongxiaolei
阅读(282)
评论(0)
推荐(0)
2016年11月11日
图片延迟加载(用jq自己写的方法)
摘要: 注:我写的这个方法,实现的效果是当图片的上边框显示在可视区域内时,把图片的真实路径赋值给src。 如果需要让图片全部显示在可视区域时再换成真实src的话,需要把if判断中的条件换成 $off + $height - $scroll < clientH 首先给需要延迟加载的img标签加个class名l
阅读全文
posted @ 2016-11-11 11:23 dongxiaolei
阅读(1014)
评论(0)
推荐(0)
2016年11月9日
阿里云轮播图-鼠标经过图片 图片晃动效果
摘要: <!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <style> .cc{ margin:20px auto; background:#208adb; cursor:pointer; width:
阅读全文
posted @ 2016-11-09 17:38 dongxiaolei
阅读(1807)
评论(0)
推荐(0)
2016年11月8日
jquery.SuperSlide.2.1.2--轮播(兼容到IE7 适用于整屏)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtm
阅读全文
posted @ 2016-11-08 17:21 dongxiaolei
阅读(6199)
评论(0)
推荐(0)
@font-face字体文件用法
摘要: 字体文件转换地址 http://www.fontconverter.org/?userfile_url=&requiredfile_userfile=1&outFormat=woff http://www.freefontconverter.com/ http://blog.csdn.net/agi
阅读全文
posted @ 2016-11-08 17:12 dongxiaolei
阅读(476)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
25
下一页
公告