上一页 1 2 3 4 5 6 ··· 20 下一页
摘要: 参考 https://uedsky.com/2016-06/mobile-modal-scroll/ 感谢分享 案例页面:view-source:https://uedsky.com/demo/modal-scroll.html 第一步:给body加上个css类别样式 第二部:创建核心函数: 第三部 阅读全文
posted @ 2018-01-19 16:24 ghfjj 阅读(3043) 评论(0) 推荐(1) 编辑
摘要: .material_pop .material_pop_list::-webkit-scrollbar { width: 5px; height: 4px; background-color: #F5F5F5; } /*定义滚动条轨道 内阴影+圆角*/ .material_pop .material_pop_list::-webkit-scrollba... 阅读全文
posted @ 2018-01-19 16:12 ghfjj 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-22 14:42 ghfjj 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 第一步; 停止数据库运行 第二部: Mysql目录下的my.ini文件打开,找到[mysqld],在下面加上这句话:skip_grant_tables,这样可以跳过密码直接进入 第三部: 开启数据库运行,此时可以随便输入密码,即可进入mysql 第四部: 在Mysql的bin目录下运行 mysql 阅读全文
posted @ 2017-12-21 15:35 ghfjj 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: 下面的这个代码是网络上的代码,做一个分析记录,原网址如下 http://www.jq22.com/jquery-info3836 html: css: js: 阅读全文
posted @ 2017-12-21 12:00 ghfjj 阅读(859) 评论(0) 推荐(0) 编辑
摘要: //选择与取消选择 $('input').prop('checked',true); $('input').prop('checked',false); //判断是否选中,在做反选的操作 if($(this).prev('.spaninput').children('input').is(":che 阅读全文
posted @ 2017-12-21 11:55 ghfjj 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 一种: <a href="javascript:if(confirm('确实要删除该内容吗?')){location='http://www.google.com'}">弹出窗口</a> 二种: <script language="JavaScript"> function delete_confi 阅读全文
posted @ 2017-12-18 11:05 ghfjj 阅读(10868) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-18 09:43 ghfjj 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 1、键盘按键属性 2、input与propertychange(兼容ie)的实时监听,支持复制粘贴(兼容鼠标右键粘贴) 阅读全文
posted @ 2017-12-15 15:20 ghfjj 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 缩放: iScroll-5 http://lab.cubiq.org/iscroll5/demos/zoom/ http://wiki.jikexueyuan.com/project/iscroll-5/zoom.html 剪切(例如头像): photoClip: http://www.jq22.c 阅读全文
posted @ 2017-12-14 13:34 ghfjj 阅读(227) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 20 下一页