• Hi,

    This code below keeps showing up at the bottom of every store on my website. How do I get rid of it?
    jQuery(document).ready(function($) { $(‘#tab_links_area’).find(‘a’).each(function() { $(this).off(‘click’).on(‘click’, function() { window.location.href = $(this).attr(‘href’); }); }); });

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Jquery Code Shows up under Vendor store pages’ is closed to new replies.