zimki | documentation | search
 
Zimki Documentation - zimki.captcha.create

Creates a Zimki Captcha object.

Example:

function getACaptcha() {
  var aCaptcha = zimki.captcha.create();
  return aCaptcha.url;
}

Parent

zimki.captcha