AJAX request not Updating in the UI but updates on the consoleYour AJAX is updating on the network and console, so the backend is fine. The issue is almost always either JSON not being parsed or DOM not matching the selector. First, make sure you set dataType: "json"...