Created
August 7, 2019 07:53
-
-
Save sudikrt/61290d98c3b60a3d50ad55c3ccf4e8e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $.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