I have data recieved by ajax function of jquery like:
{"list":[
{"id":"17","name":"Testing","description":"test","owner":"1","active":"1","featured":"0","machinename":"testing"},
{"id":"16","name":"Another
List","description":"Another","owner":"1","active":"1","featured":"0","machinename":"another-
list"},
{"id":"15","name":"Listenin
Adı","description":"Yeah.","owner":"1","active":"1","featured":"0","machinename":"listenin-
adi"},
]};

how can i print each "list" in a loop? i tried many variations,
couldn't get the result.

Reply via email to