Help - using JSON cross-domain`

Help - using JSON cross-domain`

$(document).ready(

function () {

Help!  When I do this it works, but when I uncomment the https line, the browser has an error in Jquery complaining about a variable named "q".
 
Any idea? 
 
 
$.getJSON(

// 'https://www.webclientportal.com/cirwin/LoginInfo.aspx?&callback=?',

'LoginInfo.aspx' ,

function

(data) {

alert(data.Test);

});

});