Capcha disappears after upgrading JQuery

I am using this code to generate Captcha image



<div class="recaptcha-checkbox">

    <label class="control-label"></label>

    <div class="col-sm-12">


        <img ID="imgCaptcha" Style="width: 80%; max-height: 45px; background-repeat: no-repeat;" />

        <a id="btnRefreshCaptcha" class="btn btn-primary">

            <i class="fa fa-refresh"></i>

        </a>

    </div>

</div>


Its working fine with the JQuery Version 3.6.0. When I upgrade the JQuery to higher version using NuGet Package manager. Captcha image disappears. How can I fix this?


1 Reply

LD LeoLavanya Dhanaraj Syncfusion Team April 4, 2025 11:54 AM UTC

Hi Adeel,


Greetings from Syncfusion support.


Based on the details you shared, we understand that you are experiencing an issue when upgrading jQuery to a higher version using the NuGet Package Manager. However, we would like to inform you that we do not have any CAPTCHA components on our end, which makes it unclear what your exact query is.


Could you please clarify whether you have used any Syncfusion components that render CAPTCHA-related code within them? Additionally, we would like to know if updating the Syncfusion component will affect this.


To assist you better, we need some additional information: the specific Syncfusion components used in your application, the version where you are encountering this issue, and details about your customization code or a runnable sample(if possible, share the video footage). This information will help us better understand your situation and provide a timely resolution. Thank you.


Regards,

Leo Lavanya Dhanaraj


Loader.
Up arrow icon