Best Answer Kess , 29 March 2014 - 07:03
<script type="text/javascript"> jQuery(function ($) { $('#<?php echo $tabsId;?>').JBZooTabs({ onTabShow: function (index) { var map = $('.googlemaps > div:first'); if (map.length) { map.data('Googlemaps').refresh(); } } }); }); </script>