<script> jQuery(document).ready(function( $ ) { $("#CASPER-01").on("click", function(e) { e.preventDefault(); $(".et-pb-controllers a:nth-child(1)").trigger("click"); }); $("#CASPER-02").on("click", function(e) { e.preventDefault(); $(".et-pb-controllers a:nth-child(2)").trigger("click"); }); $("#CASPER-03").on("click", function(e) { e.preventDefault(); $(".et-pb-controllers a:nth-child(3)").trigger("click"); }); $("#CASPER-04").on("click", function(e) { e.preventDefault(); $(".et-pb-controllers a:nth-child(4)").trigger("click"); }); $("#CASPER-05").on("click", function(e) { e.preventDefault(); $(".et-pb-controllers a:nth-child(5)").trigger("click"); }); $("#CASPER-06").on("click", function(e) { e.preventDefault(); $(".et-pb-controllers a:nth-child(6)").trigger("click"); }); }); </script>