Are you running from a secure server?  As I said, the request only fails 
when using https; you should be able to make it work by using this:

$.getScript('http://wow.weather.com/weather/wow/module/' + wx_locID + 
'?config=' + wx_config + '&proto=' + document.location.protocol + 
'&target=' + wx_targetDiv);  

Make the change, and open the file locally on your pc - it should work.

The problem is that if you are running on a secure server, the browser will 
(or should, if configured properly) throw a security-related error. 
 Depending on the browser settings, the page will either display correctly 
or bomb (IIRC, more stringent security settings will cause it to stop 
running scripts when a non-secure connection is established).

On Monday, July 16, 2012 4:08:10 PM UTC-4, shown wrote:
>
> Can you get the JSFiddle results outside of the editor?  If so, could you 
> post?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/HFPW6bt1CRQJ.
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