I know that you can't do an AJAX request from HTTP to HTTPS so we are working on getting the served content available on both HTTP and HTTPS. Is there away to tell AJAX to get the file based on the protocol its using in the browser?
For example could you do:
....
type: "GET",
url: '//wp-content/themes/twentyeleven/js/jobopenings.json'
....
with the //
would it serve up the correct version automatically?