How to set a set interval on console data logging – Jquery ajax
I wish to create a set interval of x milliseconds in the console logging of data. Any ideas on the code I will need to do this? Here is my code: // API var apiUrl = 'http://theurl.com'; // AJAX jQuery.ajax…