1. add a popup-trigger class on the trigger button

2. Take HTML widgets anywhere button on the trigger page and paste this code 


<script> jQuery('.popup-trigger a').hover(function(){ jQuery(this).trigger('click'); }); </script>

Leave a Comment