Home  >  Article  >  Web Front-end  >  Verification code refresh function

Verification code refresh function

一个新手
一个新手Original
2017-09-22 10:12:041404browse


Verification code refresh function

<label class="focusa">看不清?<a href="#" onclick="reImg();" class="c-blue">换一张</a></label>   

function reImg(){  
$("#code").attr("src", &#39;http://192.168.1.238:9501/api/captcha&#39;+ "?v=" + new Date().getTime());
}

The above is the detailed content of Verification code refresh function. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn