I\'m dynamically creating a listview with data from a AJAX response. It successfully creates the listview and populates it, but when i call JQM\'s .page() function on it, it
Instead of using .page() use .trigger( "create" ); jQuery Mobile team update: Week of July 18th http://jquerymobile.com/blog/
.page()
.trigger( "create" );