Jquery ajax – AJAX Request Payload not showing up in console log
I am learning AJAX and I am trying to log all the data parameters in the console in case of success and in case of a failure to throw an alert. My code works and I can successfully dump the…