Really confused with google maps inside a tab. Where do I put the init function? Normally we do body onload. But what about the tabs?
The tab is the jquery tab. The code is too large with multiple tabs for different levels of users. That tab itself is an anchor. I tried onclick on the tab, didn't work either. I really appreciate any help and suggestions. Thank you.
<script>
$(function() {
$( "#tabs" ).tabs();
});
</script>