sorry for my bad english.

I want to know if it is possible to download and include the jsapi library, but not hosted by google.com, hosted on my local machine. Cause it's possible that my project can not have access to the Web.

Thanks for quick reply! :)

link|improve this question
feedback

1 Answer

Absolutely, just open and save the following file as jsapi.js to your local machine :

http://www.google.com/jsapi

Then, add a reference to it from your HTML page:

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

See an example at:

http://www.marlenynunez.com/files/jsapi/horizontal-news-ticker4.html From answer to question [question]: jquery horizontal news ticker using google jsapi

link|improve this answer
Finaly, I have used PChart http://www.pchart.net/ Thanks for help ! – Elmux Mar 9 at 19:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.