Disable Chrome strict MIME type checking

The server should respond with the correct MIME Type for JSONP application/javascript and your request should tell jQuery you are loading JSONP dataType: 'jsonp'

Please see this answer for further details !
You can also have a look a this one as it explains why loading .js file with text/plain won’t work.

Leave a Comment