I start a new developpemnt with jQuery Mobile. In my code i have a list view and i want to fill it with the answer of an ajax query.
My sample code look like this :
<ul data-role="listview" data-divider-theme="b" data-inset="false" data-filter="true" data-autodividers="false" id="indicators-listview" > // the following should be dynamic
Then i don't know the equivalent of dom function for createElement appendChild ...all the necessary tools to transform my answer in a beautiful listview