日期:2014-05-18 浏览次数:20499 次
//刷新 验证码
$("a[href*=RegisterValidaAccount.aspx]").click(function() {
var src = $(this).attr("href") + "?&d=" + new Date();
$(this).attr("href", "javascript:void(0)")
$("#ImgValid").attr("src", src);
})