javascript - JS function to update captcha image -


I do not know why my work does not work on reloading an image, but on Dev, it Okay . URL:

Click the "Unable to read Captcha" link! Click here

The image remains the same ... but on my God, it's fine.

Any thoughts?

To prevent caching, add a cache-booster to the URL:

 < Code> reload function cpt () {jQuery ('# captcha_img'). Et ('src', / / ​​user / gener_capTcha? CB = '+ (new date). GetTime ())); }  

Comments

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

multithreading - Reorderings in java memory model -

java - Add color code support to a Bukkit plugin -