jQuery Ajax $.parseJSON works on Localhost but not on server – PHP Versions
Hello everybody and thank you in advance for your help. I have a infinite scroll script that I have develop and working on localhost but not on my server. The JS code look like this : $('#load-more').on('mouseenter', function() { $(this).css('cursor',…