I want to retrive data froma php page using json calling and display it in listview using jquery mobile. I am able to retrive the data and also able to display in list but problem i am facing is that : my data lokks like this in php file: ([{"id":"1","name":"Big Ben","latitude":"51.500600000000","longitude":"-0.124610000000"},{"id":"4","name":"Hadrian's Wall","latitude":"55.024453000000","longitude":"2.142310000000"},{"id":"2","name":"Stonehenge","latitude":"51.178850000000","longitude":"-1.826446000000"},{"id":"3","name":"White Cliffs of Dover","latitude":"51.132020000000","longitude":"1.334070000000"}]);
when I am displaying it in list it's showing in one row of list only. How can I disply the datas in separate row with respect to their "id" ?