hi, we use a third party review system (YOTPO) and their plugin will add review info, star count, on a product page next to the product price. we want to hook into your et-opened tab javascript somehow, so when the sarts are clicked the user is dropped down to the tab section and the review tab is opened.
the review tab
we are trying with this, but your js for open and closed tab is getting int he way some how, suggestions?
jQuery(‘.yotpo.bottomLine’).on(‘click’ , function() {
jQuery(‘a[href=#tab_third_party_tab_yotpo_widget]’).trigger(‘click’);
});