摘要:
$(function () { /***每隔5分钟改变一次验证码 jquery 扩展方法 ***/ $.extend({ referesh1: function () { myDate = new Date(); $("#<%=Image1.ClientID %>").attr("src", "../DisplayCheckNum.aspx?guid=" + myDate.getTime()); } }... 阅读全文
posted @ 2012-04-28 10:54
沐雪架构师
阅读(3641)
评论(0)
推荐(0)