javascript
赵家小zhao
未曾清贫难成人不经打击老天真自古英雄出炼狱从来富贵入凡尘醉生梦死谁成气拓马长枪定乾坤挥军千里山河在 立名扬威传后人
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
js将long日期格式转换为标准日期格式实现思路
//扩展Date的format方法 Date.prototype.format = function(format) { var o = { "M+" : this.getMonth() + 1, "d+" : this.getDate(), "h+" : this.getHours(), "m+" : this.getMinutes(), "s+原创 2013-07-21 21:21:45 · 357 阅读 · 0 评论 -
checkbox全选与反选
checkbox function check(value) { if(value==0){ var checkboxName = document.getElementsByName("checks"); var checkedAll = document.getElementByIdx_x("checkAll");原创 2013-07-21 21:23:12 · 325 阅读 · 0 评论
分享