How to Change Image on Accordion Mouse Click in Elementor for FREE

In this elementor tutorial, you’ll learn how to change image on accordion mouse click for free.

How to Change Image on Accordion Mouse Click in Elementor for FREE

Get the Code

<script>
    jQuery(function() {
const img = "";
  jQuery("#elementor-tab-title-").click(function(){
    jQuery(".toggle-img img").attr('srcset',img);
     jQuery(".toggle-img img").attr('src',img);
  });
});
</script>

Leave a Reply

Your email address will not be published. Required fields are marked *