In need of help with my 'new quote' button and my tweet button [Solved]

Hey, add this line of code directly after your document ready: $.ajaxSetup({ cache: false }); This will make sure that the browser doesn’t fetch a cached result, when you run a ajax/json request.

2 Likes