UPDATE: FIXED! Simple mistake it turns out - I was linking to JQuery via a element in my HTML, Codepen.io preferred me to add it via “Quick Add” in the JS settings menu.
I’ve almost finished the Random Quote Machine project (the JSON/AJAX lessons on FCC really need expanding in my opinion… I get the idea is to ‘learn by doing’, but a more comprehensive introduction would be nice!).
Anyhow, having written all my code using Notepad++, I’m trying to transfer everything over to Codepen.io, but I cannot get the forismatic quotes API to work at all. One solution I saw online added “https://crossorigin.me” to the start of the API URL, which I have done, to no avail… Anyone got any advice on this?!
Also, I had an Animate.css animation in my original code, but that won’t seem to work either. I’ve used the Quick Add option on the CSS settings to add the stylesheet, but it just won’t work!