Hi!
I need to insert some new views at runtime. Just doing it like this is not working.
I need to insert some new views at runtime. Just doing it like this is not working.
dummy='<div data-role="view" data-layout="overview-layout-back" id="standortauskunft-01" data-title="Standort'><ul data-role="listview" data-style="inset" data-type="group"><li>test bla bla</li></ul></div>';
$('#standorte').after(dummy);
I think, i need to render(?) the newly inserted view, but don't know how.
Hope, someone can help me.
Ralf