I'm currently trying to get data from a remote server using jQuery and perform an jsonp ajax call. The problem is that whenever I use a local server the response gets evaluated, when I use a remote server it's not. The response is in the form jsonp12345678[{"key":"value"}] hence, using [ instead of ( as usually with JSON. Unfortunately I don't have access to the remote server to change that.I'm currently trying to get data from a remote