Is there a way to find out when recaptcha is loaded, so I can run some javascript code? I want to do this because depending on my internet connection, HTML elements will be loaded before recaptcha is downloaded. I want to download everything together.
EDIT
I am interested to know when Recaptcha.create () is loaded, and not when an external JS file is loaded.
source share