JSFiddle - React, Tailwind, and code Playground
by kaleeswaran
JavaScript
var response = {"test": "test1"};
$.each(response, function(key, value) {
alert(key + ' -> ' + value);
});
by kaleeswaran
var response = {"test": "test1"};
$.each(response, function(key, value) {
alert(key + ' -> ' + value);
});