JQUERY PLUGIN AVAILABLE
Our jQuery Plugin provides an intuitive way to implement our API in different online forms.
The plugin is hosted on Github. This example demonstrated the basic usage:
$('input#firstname').genderApi({key: genderApiClientKey}).on('gender-found', function(e, result) { if (result.accuracy >= 60) { alert('Gender found: ' + result.gender); } });Please visit our plugin page for more information and detailed instructions for use.