Why I am getting type error undefined from my jquery from my php json?
- by Brained Washed
I don't know what is wrong is am I just missing something, all my expected data is successfully receive based on firebug' console tab the problem is displaying the data.
Here's my jquery code:
success: function(data){
var toAppend = '';
if(typeof data === "object"){
for(var i=0;i<data.length;i++){
…