Hello and sorry for the slight offtopic -

after I've changed from static <script>-tags to google.loader()
the Visualization API, jQuery and jQuery UI at my web pages work,
but the Google Maps and DataTables.net - not.

<style type="text/css" title="currentStyle">
        @import "/demo_table_jui.css";
        @import "https://ajax.googleapis.com/ajax/libs/jqueryui/1/
themes/redmond/jquery-ui.css";
</style>
<script type="text/javascript" src="https://www.google.com/jsapi";></
script>
<script type="text/javascript" src="/jquery.dataTables.min.js"></
script>
<script type="text/javascript">
google.load("jquery", "1");
google.load("jqueryui", "1");
google.load("maps", "2", {language: "ru"});
google.setOnLoadCallback(function() {
        // ...
        $("#comments").dataTable( {
                "bJQueryUI": true,
                "sPaginationType": "full_numbers",
                "aaSorting": [[0, "desc"]]
        });
});

More details at
http://stackoverflow.com/questions/9957084/google-loader-doesnt-work-with-datatables-net-local-and-google-maps-cdn

Does anybody please know why?

The background is that I'm trying to switch from
the old static image charts API to the visualization API.

Thank you
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to