In order to refresh the DOM layout, I manually trigger the 'create' event using the following jQuery syntax:
$(elem).trigger('create')
Now, I am looking for a way to execute a callback function when the page has finished refreshing. Is there an event that is triggered by the JQM engine once the page has been refreshed?
Unfortunately, I have not been able to find any information on this at the moment.