Skip to main content

Using jQuery and Google Visualization API



I am using Google Visualization API and jQuery. When I include both scripts as well as my js script ( report.js ) in the head, the page show nothing, even if report.js is empty. But if I remove the last line, it is ok.







<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>

<script type="text/javascript" src="https://www.google.com/jsapi"></script>

<script type="text/javascript" src="report.js"></script>







When I using "inspect" to check the source, I find the head is totally messy:





enter image description here





What is the problem here?


Comments

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?