[jQuery] getJSON from http to https

[jQuery] getJSON from http to https


I have a script that makes a getJSON call to a https located script
while itself being http.
Is there any chance to make this work without browsers giving me a URI
denied error
So http://somedomain.com/ includes a getJSON("https://somedomain/",
etc
Thanx in advance