• Resolved BackuPs

    (@neo2k23)


      $('#elementskit-lite_btn_deserved').click(function(){
                        $.ajax({
                            url: ajaxurl,
                            type: 'POST',
                            data: {
                                action     : 'wpmet_rating_never_show_message',
                                plugin_name : 'elementskit-lite',
                                nonce : 'ea92bbe008'
                            },
                            success:function(response){
                                $('#elementskit-lite-_plugin_rating_msg_used_in_day').remove();
    
                            }
                        });
                    });

    Can you please fix your js code. .click is triggering a warning message in the browser error console. It should be .on(‘click’, function({});

    There are several of them starting with .click. Please convert to on(‘click’….

    Its coming from element kit lite


    JQMIGRATE: jQuery.fn.click() event shorthand is deprecated

    https://mywebsite.com/wp-admin/plugins.php:3547

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ahmed Amir Hossain

    (@ahmedamir)

    Hi BackuPs,

    Thank you for reaching out and for bringing this error to our attention. We’d be happy to help resolve it. To better understand the issue and provide an effective solution, could you please share the exact steps to reproduce the error? If possible, a short video demonstrating the issue would be very helpful. This will allow us to replicate the problem on our end and identify the root cause more efficiently.

    Looking forward to your response.

    Regards,
    Amir

    Plugin Support Ahmed Amir Hossain

    (@ahmedamir)

    Hi BackuPs,

    We haven’t received any response from you and assuming that the issue is resolved now. For that reason, I’m marking this thread as resolved.

    If you need any further assistance on this matter, feel free to create a new thread. We will be happy to assist you.

    Best Regards,
    Amir

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.