会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ghfjj
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
20
下一页
2017年5月16日
fancybox iframe
摘要: fancybox.js 改弹出层插件可以弹出iframe的效果 http://www.nanbeiyi.com/ 底部的人事查询 http://www.nanbeiyi.com/rscx/index_32.aspx <link rel="stylesheet" href="scripts/fancy
阅读全文
posted @ 2017-05-16 11:59 ghfjj
阅读(219)
评论(0)
推荐(0)
2017年5月15日
js在父元素上添加点击事件,怎么阻止子元素继承父元素的点击事件?
摘要: div.onclick = function(ev){ if(ev.target!=this) return; else { ... } }
阅读全文
posted @ 2017-05-15 12:07 ghfjj
阅读(7107)
评论(0)
推荐(0)
2017年5月4日
jq :not()
摘要: $('.page-normal a:not(:first, :last)')
阅读全文
posted @ 2017-05-04 14:39 ghfjj
阅读(173)
评论(0)
推荐(0)
时间同步更新
摘要: UTC时间 HH:MM:SS 北京时间 HH:MM:SS ...
阅读全文
posted @ 2017-05-04 09:56 ghfjj
阅读(219)
评论(0)
推荐(0)
2017年4月27日
highcharts--横向柱状图(x,y互调)
摘要: https://www.hcharts.cn/docs/basic-axis 笛卡尔图表(普通的二维数据图)都有X轴和Y轴,默认情况下,x轴显示在图表的底部,y轴显示在左侧(多个y轴时可以是显示在左右两侧),通过设置chart.inverted = true 可以让x,y轴显示位置对调。
阅读全文
posted @ 2017-04-27 00:32 ghfjj
阅读(1735)
评论(1)
推荐(0)
2017年4月21日
响应式,窗口变化,执行代码
摘要: 1 $(window).resize(function(event) { 2 /* Act on the event */ 3 if($(window).width()<1200){ 4 $('.info_imgscroll .bigimgbox').owlCarousel({ 5 ...
阅读全文
posted @ 2017-04-21 13:53 ghfjj
阅读(350)
评论(0)
推荐(0)
2017年4月20日
解决inline-block左右不能对齐
摘要: /* float: left; */ /* 仅加这个也OK */ /* vertical-align: top; */ /* 仅加这个也OK */ vertical-align:middle; /* 仅加这个也OK,这个我最喜欢 */
阅读全文
posted @ 2017-04-20 16:24 ghfjj
阅读(756)
评论(0)
推荐(0)
h5 contenteditable="true"可编辑区域
摘要: <div contenteditable="true" style = 'width:300px'>这是一段可编辑的段落。请试着编辑该文</div>
阅读全文
posted @ 2017-04-20 14:54 ghfjj
阅读(238)
评论(0)
推荐(0)
获取时间
摘要: var mydate=new Date(); var time=mydate.getFullYear()+'-'+(mydate.getMonth()+1)+'-'+mydate.getDate(); //yyyy-MM-dd
阅读全文
posted @ 2017-04-20 08:59 ghfjj
阅读(217)
评论(0)
推荐(0)
2017年4月19日
时间选择插件Foundation datepicker
摘要: http://www.jq22.com/jquery-info10555 api:http://foundation-datepicker.peterbeno.com/example.html bug解决:
阅读全文
posted @ 2017-04-19 12:37 ghfjj
阅读(4396)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
20
下一页
公告