My target is to show a loadmsg like $.mobile.showPageLoadingMsg(); but not for external call but rather for internal pagechange.
How can i fix this ?
In my example i got one page wich loads before change a list with a lot of picture and i want to show before change a loadmsg. All pages are in one file.
I get from server a json string. With this i want to insert dynamic a list and popup div's wich is called by listelement-button. It seems i must reload the jquery popup plugin because the data-role tag="popup" is not regard. As a solution after insert the content from popup is showing in my page.
Look at screenshot pls:
Look my Code
<section id="popup_area">
</section>
<script>
//Init Historyview
$.getJSON('../BackEnd/GetHistory.aspx', function (json) {
But its not working. The list is correctly create and i see my "popups" under my list wich is in my Section "popup_area". If i click on the icon in the list:
i mean this section -> `<a href="#' + titel + '" data-rel="popup" data-icon="alert" data-transition="slide">Details</a>`
the Display change colour a little bit white (like by popup) but nothing is showing.
So i think after create dynamic section id="popup_area" i must aktivate the popup funktion anyway.
Like after create dynamic list elements -> `$('#uList').listview("refresh");`
This was neccesery for aktivate the typica![enter image description here][1]l list design of Jquery.