How to remove text content of span when ajax response is same for 5 seconds – Jquery ajax
I have written ajax which gets called every second using setInterval() function. I want to use the ajax response to set text content of a span using innerText. ajax is getting called every second and is receiving response data from…