Skip to content

Instantly share code, notes, and snippets.

@sudikrt
Created August 7, 2019 07:53
Show Gist options
  • Select an option

  • Save sudikrt/61290d98c3b60a3d50ad55c3ccf4e8e0 to your computer and use it in GitHub Desktop.

Select an option

Save sudikrt/61290d98c3b60a3d50ad55c3ccf4e8e0 to your computer and use it in GitHub Desktop.
$.getScript( "https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" )
.done(function( script, textStatus ) {
console.log( textStatus );
})
.fail(function( jqxhr, settings, exception ) {
$( "div.log" ).text( "Triggered ajaxError handler." );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment