Loading Google Visualizations via AJAX in jQueryUI tabs

后端 未结 2 904
南方客
南方客 2021-01-15 03:10

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

2条回答
  •  有刺的猬
    2021-01-15 04:00

    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.

提交回复
热议问题