Not sure this is the right list, but that does not appear to be the correct way to load the jquery libraries.
The code snippets I found suggest you just want vanilla script tags like this: <script src="// ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script> Full reference here: https://developers.google.com/speed/libraries/devguide#jquery Thomas Rybka | Software Engineer | [email protected] | GViz On Tue, Mar 19, 2013 at 12:03 PM, Jean Roubaud <[email protected]>wrote: > Hi evry body, > > Since few days i run into a JS obtrusive error when loading hosted > lib jquery & jqueryui. > The following error is generated : > With Safari > 2default+fr.I.js:243<http://www.google.com/uds/api/search/1.0/89b1f20476290c0272a7fb93615d7756/default+fr.I.js>TypeError: > 'null' is not an object (evaluating 'a[Zb]') > > With Chrome > > 1. Uncaught TypeError: Cannot read property 'firstChild' of null > > default+fr.I.js:243<https://www.google.com/uds/api/search/1.0/89b1f20476290c0272a7fb93615d7756/default+fr.I.js> > > > 1. Uncaught TypeError: Cannot read property 'firstChild' of null > > default+fr.I.js:243<https://www.google.com/uds/api/search/1.0/89b1f20476290c0272a7fb93615d7756/default+fr.I.js> > > My first question is why those 2 different answer ? > My second questions how can i get the reed of those bottle necks ? > > The used scripts are : > <script src="http://www.google.com/jsapi?key=...TSg" > type="text/javascript"></script> > <script type="text/javascript"> > google.load("jquery", "1"); > google.load("jqueryui", "1"); > </script> > > Any help would be appreciated > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
