Issue with Alert Popup When Using Search Script
-
Dear Support Team,
I hope this message finds you well. I’m writing to report an issue I’ve encountered while using your caching plugin on my website.
I have a custom search bar on my website. Apparently, there is a JavaScript conflict that I cannot identify the cause of. When attempting to clear the cache on my site, I receive an alert “Error: undefined c is undefined.” I am attaching my code that works with my search bar and kindly request assistance in identifying what might be causing the conflict with your plugin.
function fetch(){ jQuery('#svgLoad').show(); jQuery.ajax({ url: '<?php echo admin_url('admin-ajax.php'); ?>', type: 'post', data: { action: 'data_fetch', keyword: jQuery('#is-search-input-93119').val() }, success: function(data) { jQuery('#datafetch').html( data ); jQuery('#svgLoad').hide(0); } }); }Best regards, Ivan
The topic ‘Issue with Alert Popup When Using Search Script’ is closed to new replies.