2017年3月2日
摘要: //文字闪烁(ps:obj上不能设置初始颜色,但可以在其父级为其设置初始颜色) util.textFlash = function(obj,className,times){ var i=0,t=false,o=obj.attr("class")+"",c="",times=times||2; // 阅读全文
posted @ 2017-03-02 23:19 weimo10235 阅读(247) 评论(0) 推荐(0)
摘要: //验证码 var code; //testCode是验证码字符块,此事件加在’换一换‘链接以及body的onload上 util.createCode = function(testCode,len) { code = ""; var codeLength = len; //验证码的长度 var 阅读全文
posted @ 2017-03-02 23:15 weimo10235 阅读(191) 评论(0) 推荐(0)