会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天--安静
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
2016年10月17日
before伪元素嵌入图片处置对齐
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>JS Bin</title> <style type="text/css"> div{ width:200px; height:100px; border:1px solid bl
阅读全文
posted @ 2016-10-17 13:56 天--安静
阅读(3515)
评论(0)
推荐(0)
2016年10月11日
jQuery练习---表单验证之单选按钮验证
摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>表单验证之单选按钮验证</title> <style type="text/css"> .infobox { margin-
阅读全文
posted @ 2016-10-11 17:06 天--安静
阅读(2112)
评论(0)
推荐(0)
jQuery练习---- 超简单的表格悬停变色Demo
摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>表格悬停变色Demo</title> <style type="text/css"> .hover { background
阅读全文
posted @ 2016-10-11 16:59 天--安静
阅读(596)
评论(0)
推荐(0)
jQuery练习----表单验证之必需字段不能为空
摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>表单验证之必需字段不能为空</title> <style type="text/css"> .label {float:le
阅读全文
posted @ 2016-10-11 16:29 天--安静
阅读(510)
评论(0)
推荐(0)
随手笔记,标签切换
摘要: <!DOCTYPE HTML><html><head><meta charset="UTF-8"><title>切换</title><style type="text/css"> *{ padding:0; margin:0; list-style: none; } .nav{ height:50p
阅读全文
posted @ 2016-10-11 09:41 天--安静
阅读(86)
评论(0)
推荐(0)
2016年9月14日
工作中常用的meta标签总结
摘要: <!-- 关键字,搜所引擎 SEO --><meta http-equiv="keywords" content="关键字1,关键字2,..."> <!-- 页面描述 --><meta http-equiv="description" content="网页描述"> <!-- content的取值为
阅读全文
posted @ 2016-09-14 17:08 天--安静
阅读(317)
评论(0)
推荐(0)
3种css3预加载效果
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>预加载</title> <style> *{margin: 0;padding: 0;border: 0 none;} p{text-align: center;m
阅读全文
posted @ 2016-09-14 16:59 天--安静
阅读(1002)
评论(0)
推荐(0)
移除数组 arr 中的所有值与 item 相等的元素,直接在给定的 arr 数组上进行操作
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>javascript实例</title> <script src="jquery-1.4.2.js" type="text/javascript"></script
阅读全文
posted @ 2016-09-14 10:04 天--安静
阅读(2474)
评论(0)
推荐(0)
找出数组 arr 中重复出现过的元素
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>javascript实例</title> <script src="jquery-1.4.2.js" type="text/javascript"></script
阅读全文
posted @ 2016-09-14 10:00 天--安静
阅读(1243)
评论(0)
推荐(0)
2016年9月1日
超简单的网页选项卡---jQuery
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>网页选项卡</title> <script src="jquery-1.4.2.js"></script> <script type="text/javascrip
阅读全文
posted @ 2016-09-01 09:44 天--安静
阅读(200)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
公告