Your 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"...
View Questioncc3dmobile
20 Reputation
Your 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"...
View Question