I'm trying to put a nested list on a page into a div element, and it works fine, until I click some of the items, having descendant elements — in this case nested list redraws the whole page to display the children.
All the examples I found, display the same behavior. For example, jQuery Mobile Demos page: http://demos.jquerymobile.com/1.4.5/listview-nested-lists/
Is there any way to display and navigate a nested set element without replacing the page?