Jquery ajax – Ajax Post request not working on mobile devices
I am having an issue in which I am sending an Ajax post request to the server after a .on('click') event in jQuery, but the Ajax request is not working on mobile devices. On desktop devices it works perfectly fine.…