Skip to content

somonek/spot-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Spot Captcha

Spot Captcha is a simple jQuery plugin tha you can use instead of the everywhere seen captchas.

How to use:

  • Include jQuery plugin in your page (Supported versions 1.6+)

  • Include the plugin file

  • Create a DIV element and give it an ID (example: captcha-container)

  • Use the plugin on the DIV element as shown below

var check = $("#captcha-container").spotsCaptcha();
  • Check the result
if(check.getCaptchaResult()){
    //proceed
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages