Random Quote Help

I think I have a recommendation proposed by a user from diff thread…

Here:Instead of writing $.getJSON you could instead do the $.ajax({}) command. It’s longer, but you can get around the http/https CORS issues by specifying datatype: jsonp, and it usually gives less problems when compared with the default $.getJSON command.