Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  4.  
  5. <script src="https://www.google.com/recaptcha/api.js?onload=CaptchaCallback&render=explicit" async defer></script>
  6.  
  7. var CaptchaCallback = function() {
  8.  
  9. $('.form-captcha').each(function(index, el) {
  10. grecaptcha.render(el, {'sitekey' : 'ключ'});
  11. });
  12. };
  13.  
  14. $('.form-captcha').each(function(index, el) {
  15. grecaptcha.render(el, {'sitekey' : 'ключ'});
  16. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement