I decided to create a webpage that showcases random quotes sourced from QuotesOnDesign API. However, I encountered an issue with the "New Quote" element not triggering the getQuote
function when clicked. To take a look at my code, kindly follow this link:
The problem seems to be related to jQuery, as indicated by the error message in Chrome console stating that the script (referring to jQuery) failed to load. Interestingly enough, when I click on "New Quote" with Developer Tools open in Chrome, it works perfectly fine!