I\'m trying to use jQueryUI tabs, loading the Tabs via AJAX.
The problem I\'m having is with Google Visualizations placed on those tabs -- they don\'t appear when re
Your pages that will be used as tabs should not have HTML, HEAD or BODY tags. I'm pretty sure they should just exist as raw HTML.
EDIT
Okay, here's what the index.php
HEAD section should look like (the rest of the page remains the same):
And here's what lazarus.php
should look like:
This worked for me.