I\'m dynamically filling a then calling location.href=\"#Results\" where the list is, and finally listview(
location.href=\"#Results\"
listview(
use $.mobile.changePage("#Results"); instead of location.href actually location.href reload the page so the list view gets destroy
$.mobile.changePage("#Results");
location.href
And then listview.refresh