[ANSWERED] javascript – Update Span Element with Ajax and php
Solution 1 : You have a few issues with your code i have tried to point them all out below for you: function updateCDNonts() { $.get("x.x.x.x:8080/getliveontscdn.php", function(result){ //removed equals from…