会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hjr_rong
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
2016年8月23日
jquery.cookie.js用法
摘要: 用法: 设置 cookie: 注:如果 $.cookie 没有第三个参数,那么当浏览器关闭时,该 cookie 将会自动删除。 设置一个有效期为 7 天的 cookie: 注:$.cookie 第三个参数是一个对象,除了可以设置有效期(expires: 7),还可以设置有效路径(path: '/')
阅读全文
posted @ 2016-08-23 10:07 hjr_rong
阅读(256)
评论(0)
推荐(0)
2016年8月19日
非常简洁的js图片轮播
摘要: <div id="tupian"></div><script>var jpg =new Array();jpg[0]="url(c.jpg)";jpg[1]="url(d.jpg)";jpg[2]="url(x.jpg)";jpg[3]="url(z.jpg)";var tjimg = docume
阅读全文
posted @ 2016-08-19 17:47 hjr_rong
阅读(201)
评论(0)
推荐(0)
js广告图片轮播
摘要: <div class="box"> <div class="box1"></div> <div class="box2" id="box2"> <ul class="list"> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> <li>6
阅读全文
posted @ 2016-08-19 17:44 hjr_rong
阅读(238)
评论(0)
推荐(0)
图片轮播
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <title>图片轮播-v2</title> <style> ul{ margin: 0; padding: 0; list-style: none; } .sliderWrap{ width: 2
阅读全文
posted @ 2016-08-19 17:42 hjr_rong
阅读(122)
评论(0)
推荐(0)
2016年8月4日
分享到QQ空间、新浪微博、腾讯微博和人人网
摘要: function shareys(type, url, title, img, content) { switch (type) { case "sina": url = "http://service.weibo.com/share/share.php?title=" + encodeURICom
阅读全文
posted @ 2016-08-04 14:00 hjr_rong
阅读(346)
评论(0)
推荐(0)
2016年7月25日
五星简单操作
摘要: <input type="text" name="score" id="score" value="" /><div id="star" class="clearfix"> <div class="star"> <span> 请打分 <em class="red">*</em></span> <ul
阅读全文
posted @ 2016-07-25 15:46 hjr_rong
阅读(145)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
公告