google code in new partial

google code in new partial

I am new to jquery ajax and I have a Symfony site working with partials loaded into divs from a .post. The partials inherit scripts from the main page layout as well as using local and inline scripts.

I am using google jsapi in the main page header to fetch jquery. Most of the other scripts ATM are from datatables and its plugins and they all work fine.

I have Google visualization working fine on initial pages and I had it working well in new partials as they were reloaded. This has gradually stopped working until now it woks occasionally in IE8 but never in FF, Chrome or Safari.

After a lot of testing I find that rendering the partial into a <div> is not a problem but any google.load in an inline script in the partial will not work. I am guessing that I have hit a limitation but I would appreciate confirmation / opinion.