Forgot Password

function refreshCaptcha(){ $.ajax({ type: "POST", url: "https://elearntraininginstitute.com/site/refreshCaptcha", data: {}, success: function(captcha){ $("#captcha_image").html(captcha); } }); }