2016年6月20日

代码的快速操作

摘要: 1、 光标定位到行尾:end键; 2、 光标定位到行首:home键; 3、 选中整行:先按end键将光标定位到行尾,按住shift+home。或按home键将光标定位到行尾,按住shift+end。 4、 光标一步步移动选中:按住shift不放,按上下左右键; 5、 光标跳跃移动:按住ctrl键不放 阅读全文

posted @ 2016-06-20 17:20 jasonduanmu 阅读(230) 评论(0) 推荐(0) 编辑

2016年6月19日

http状态码及状态说明

摘要: 阅读全文

posted @ 2016-06-19 18:58 jasonduanmu 阅读(90) 评论(0) 推荐(0) 编辑

2016年6月18日

网页延时加载

摘要: http://www.jq22.com/jquery-info390 阅读全文

posted @ 2016-06-18 23:37 jasonduanmu 阅读(118) 评论(0) 推荐(0) 编辑

ajax循环数据

摘要: [{user: 'blue', pass: '123456'},{user: '张三', pass: '654321'},{user: '李四', pass: '789456'},{user: '王五', pass: '7777'}] 阅读全文

posted @ 2016-06-18 02:19 jasonduanmu 阅读(400) 评论(0) 推荐(0) 编辑

2016年6月16日

js实现网页中打印、刷新、关闭、前进、后退、返回等操作

摘要: 用js实现网页中打印、刷新、关闭、前进、后退、返回等操作,js代码如下,直接调用即可: [<a href="#" onclick="window.opener=null;window.open('','_self');window.close();" >关闭</a >] [<a href="java 阅读全文

posted @ 2016-06-16 16:11 jasonduanmu 阅读(659) 评论(0) 推荐(0) 编辑

2016年5月29日

轮播图效果的实现

摘要: 参考:http://www.cnblogs.com/wangwangwangMax/p/5670952.html 阅读全文

posted @ 2016-05-29 20:28 jasonduanmu 阅读(559) 评论(0) 推荐(0) 编辑

获取鼠标位置和区块在页面始终居中

摘要: 1 3 4 5 6 dom 7 24 25 26 27 上 28 29 44 45 阅读全文

posted @ 2016-05-29 01:30 jasonduanmu 阅读(292) 评论(0) 推荐(0) 编辑

返回顶部的js

摘要: 1 3 4 5 6 dom 7 27 28 29 2121121121012112112112112112112112112112112112112112112112112112112112112112112112112112112171211211211211211211211211211211211211211211211211211211211211211... 阅读全文

posted @ 2016-05-29 00:54 jasonduanmu 阅读(118) 评论(0) 推荐(0) 编辑

2016年5月28日

jquery禁用右键、文本选择功能、复制的代码

摘要: 1 //禁用右键、文本选择功能、复制按键 2 $(document).bind("contextmenu",function(){return false;}); 3 $(document).bind("selectstart",function(){return false;}); 4 $(document).keydown(function(){return key(argument... 阅读全文

posted @ 2016-05-28 23:31 jasonduanmu 阅读(6085) 评论(0) 推荐(0) 编辑

defaultValue属性包含表单元素的初始值

摘要: 1 阅读全文

posted @ 2016-05-28 15:51 jasonduanmu 阅读(718) 评论(0) 推荐(0) 编辑

导航