全选反选复选框函数代码
- 全选反选复选框函数代码
发布时间:2009-10-24 类别:javascript技术 来源:侠客工作室 -
- 1
- 2
- 3
- 4
- 5
- //复选框全选
function CheckAll(form)
{
for (var i=0;i
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n本文来自:我是侠客工作室(http://www.54xiake.cn) 原文链接:"+location.href; clipboardData.setData("text", text); } }, 100 ); } - ☆☆☆技术交流群:5684178☆☆☆
- 上一篇:秒计时代码
- 下一篇:时间代码(显示年月日)