Response title
This is preview!




$("#mainmenu").html("<ul data-role='listview' data-inset='false' data-theme='c' data-dividertheme='b'><li>Test List Item</li></ul>");


function showSomeData(json){
var SomeData_list = document.getElementById("SomeData_list");
SomeData_list.innerHTML = "";
var dt =json.results;
for (var i=0; i<dt.length; i++){
SomeData_list.innerHTML += "<ul data-role='listview' data-theme='d'><li class=\"data-role='listview' data-theme='d'\"><a href='index.html'> <img src='photo.png' width='70' /><h3>Some Stuff Here</h3><p>213</p></a></li></ul>";$('#SomeData_list').listview('refresh');
© 2012 jQuery Foundation
Sponsored by
and others.
