Please fix js error
-
$('#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)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.