https://github.com/fripixel/math-captcha
Math Captcha
https://github.com/fripixel/math-captcha
Last synced: 5 months ago
JSON representation
Math Captcha
- Host: GitHub
- URL: https://github.com/fripixel/math-captcha
- Owner: Fripixel
- Created: 2019-07-26T20:53:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:09:38.000Z (over 3 years ago)
- Last Synced: 2025-02-04T09:35:51.977Z (over 1 year ago)
- Language: HTML
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Math-Captcha
This plugin adds a captcha box before the submit button in your form.
#### How to use:
```javascript
/* Inicialização */
var mathCaptcha = new MathCaptcha({
selector: '#form'
})
/* Default parameters */
MathCaptcha.defaults = {
selector: '[name=form]',
inputClass: 'form-control',
inputName: 'captcha',
placeholder: 'calc result',
labelClass: 'calc',
calcValueClass: 'calc__value',
calcResultClass: 'calc__result',
wrapperClass: 'math-captcha',
submitSelectorClass: '[type=submit]'
}
```
_Demonstração_ [Demo](https://codepen.io/venturion/pen/qeqZxR)
_Made By_ [fripixel.com.br](https://fripixel.com.br)