A jQuery plugin that enhances an input field to help reduce automated form submission. If you find this plugin useful please vote for it on the jQuery site.
This page provides a documentation reference for working with the plugin v1.0.1. See a demonstration of the real person plugin and download the code from there. Or see a minimal page that you could use as a basis for your own investigations.
Customise each targetted input field with the settings below (all are optional):
$(selector).realperson({length: 4});
| Signature | Returns | Comments |
|---|---|---|
| $.realperson.setDefaults(settings) | RealPerson object | Update the default instance settings to use with all real person instances. |
| $(selector).realperson('change', settings) | jQuery object | Update the settings for the real person instance attached to the given input(s). |
| $(selector).realperson('destroy') | jQuery object | Remove the real person functionality from the given input(s). |
Contact Keith Wood at kbwood{at}iinet.com.au with comments or suggestions.