Posts by Taua Negri • 11 points
1 post
-
0
votes3
answers229
viewsA: How do I access the value of this array in javascript?
if you are looking for json via ajax, try something like: $.ajax({ type: "GET", url: url, async: false, success : function(text) { response = text; if(jQuery.isEmptyObject(response)){…
javascriptanswered Taua Negri 11