Hi,
Thanks for getting back to me, appreciate.
Ok, I have implemented the above.
here is my code in my custom JS
<script type="text/javascript">
jQuery( document ).ready(function() {
jQuery(' .blogtab .et_pb_tab_1 ').on('click', function(){
alert('gridtest');
if(typeof(GridPlus) != 'undefined') {
GridPlus.init();
}
});
});
</script>
Still not getting it to work though. The tab button is targeting the JS, but seems to be loading strangely now. The page in question is here – https://dfstaging.co.za/HFH/explore-cape-town/
Any ideas as to what to do here.
Thanks.