Fork me on GitHub
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 32 下一页
  2015年1月26日
摘要: 锚点有时候不管用时,可以用下面的代码 $("html,body").animate({ scrollTop: 0}, 1000); 阅读全文
posted @ 2015-01-26 17:34 雨为我停 阅读(185) 评论(0) 推荐(0) 编辑
  2015年1月24日
摘要: /* onmousedown : 选择元素 onmousemove : 移动元素 onmouseup : 释放元素 */查看Demo:拖拽图片 function drag(obj) { obj.onmousedown = function(ev) { ... 阅读全文
posted @ 2015-01-24 13:14 雨为我停 阅读(675) 评论(0) 推荐(0) 编辑
  2015年1月22日
摘要: json数据:json4.json 阅读全文
posted @ 2015-01-22 14:10 雨为我停 阅读(235) 评论(0) 推荐(0) 编辑
  2015年1月21日
摘要: js保留2位小数toFixed(xxxx) var a = 9.39393; alert(a.toFixed(2)); alert(Number.toFixed(9.39393)); 返回的是9.39 对于一些小数点后有多位的浮点数,我们可能只需要保留2位,但js没有... 阅读全文
posted @ 2015-01-21 16:40 雨为我停 阅读(1659) 评论(0) 推荐(0) 编辑
  2015年1月20日
摘要: 账户收据:下载Demo财务凭证:下载demo金蝶:http://app.youshang.com 账号:hywanliyuan 阅读全文
posted @ 2015-01-20 11:42 雨为我停 阅读(1220) 评论(1) 推荐(0) 编辑
摘要: 下载页面查看:makeGrid.js ,column.js ,XiangMuGuanLi.aspx ... 阅读全文
posted @ 2015-01-20 11:26 雨为我停 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 效果图:现在我们可以先看它的json数据,如图所示: 然后可以对应我们的代码进行理解。jquery通过ajax获取数据,并通过窗口大小控制显示的数据条数,以及可以根据需求隐掉列数据。无标题文档 ... 阅读全文
posted @ 2015-01-20 11:09 雨为我停 阅读(4707) 评论(0) 推荐(0) 编辑
摘要: /*pagenum:当前页数theallnum:总条数themeiye:每页显示多少条*/function pagetest(pagenum, theallnum, themeiye) { $("#pages").html(""); var allnum = theallnum; //总... 阅读全文
posted @ 2015-01-20 10:58 雨为我停 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 查看Demo:源代码如下: 阅读全文
posted @ 2015-01-20 10:53 雨为我停 阅读(571) 评论(0) 推荐(0) 编辑
  2015年1月6日
摘要: 点击查看Demo:3D动画效果 1 2 3 4 5 6 nextprev 阅读全文
posted @ 2015-01-06 21:32 雨为我停 阅读(221) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 32 下一页