I’m developing a webapp/website on my local machine and won’t know the url I’m using for it, but I’d like to use Google’s hosted javascript APIs. Anyone know how I’d go about doing this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can get jQuery from Google’s CDN via http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js For any other information in this regard you may want to refer to http://code.google.com/apis/ajaxlibs/documentation/#AjaxLibraries . And just have a look at the library Paths. You do not need any API key for this.