Need some help on random quote machine project

I was working on the random quote machine project. When I click on the ‘New Quote’ button, it’s not responding. I have no idea what’s wrong. And I see nothing happen when using console.log.


Can anyone tell me what’s the problem?

url: 'https://api.forismatic.com/api/1.0/?method=getQuote&key=457653&format=jsonp&lang=en&jsonp=?/'

use https instead of http.

Wow, the problem is solved. I really appreciate your help.