自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (2)
  • 问答 (1)
  • 收藏
  • 关注

原创 利用jQuery实现加载公共头部和底部

把头部和尾部通过jquery加载进页面                                       body{text-align: center;}                                                           我是主体                                

2017-10-28 11:38:22 15149 5

转载 JavaScript返回上一页方法归纳

1. js重载页面,本地刷新返回上一页 javascript:history.go(-1)">返回上一页 重载页面,本地刷新 返回上一页重载页面,本地刷新 返回上一页 2.返回前两页并刷新 history.go(-2); location.reload(); history.back(-1):直接返回当前页的上一页,数据全部消息,是个新页面 history

2017-01-20 10:26:34 601

原创 jQqery实现网站二级菜单

jUqery实现网站二级菜单 ul{margin:0;padding:0;list-style-type:none;} a,a:hover{text-decoration:none;} .mold_open_hover,.mold_open{display:inline-block;width:10px;height:6px;margin-left:10px;position:relat

2017-01-11 11:02:01 266

原创 jQuery实现下拉列表

jQuery实现下拉列表 *{margin: 0;padding: 0;} body{font-family: "Microsoft YaHei","微软雅黑", helvetica, arial, verdana, tahoma, sans-serif; background:#fff; max-width: 640px; margin: 40px auto;} ul,li{list-

2017-01-10 14:41:13 609

转载 JS实现搜索框文字可删除

JS实现搜索框文字可删除 *:focus {outline: none; } body {width: 400px;margin: 100px auto;} #topsearch {height: 33px;} #topsearch .input {border: 1px solid #77c03a;height: 100%;} #topsearch .input .clear {w

2016-12-28 10:03:10 1641

原创 jQuery实现单击变换样式

jQuer实现点击变换样式 *{margin: 0;padding: 0;} ul{width: 700px;margin:200px auto;} ul li{display:inline;border:1px solid #dcdcdc;border-radius:10px;padding:7px 20px;font-size:24px;} .add{background-colo

2016-12-26 16:03:46 3663

RSA算法加密demo

2016-12-29

jQuery拖拽

jQuery拖拽

2016-12-29

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除