Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi, i want to use two ReCaptcha in the one page, i used this code
XML
<script>
            $(document).ready(function() {
                $('#two').html($('#one').clone(true, true));
            });
</script>

it's load two captcha but the Recaptcha.reload(); function does not work for the second ReCaptcha, i mean ReCaptcha that used for #two div
how can i do to solve this problem
please help
TNX.
Posted
Comments
Zamshed Farhan 14-Jan-13 10:02am    
At first, declare #one, then make a clone of #one for #two.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900