Hey Marina,
the bug with NaN seems to be gone now.
Thank you sooo much!
Now my (hopefully) last issue with all this is the following:
As i have "Render all pages in one HTML file (jQuery Mobile multi-page template)" active because i, i somehow would need to trigger the data loading/refreshing on the page show event. at least this is what i understand, as the pages are not reloaded. this setting is activated because otherwise i loose the data loaded when i open/close popups.
the question is now, where do i have to put this code block for the divider. in case i have it in the success method of the event, the filter box is duplicated on each request.
when i have it in the on page load event, the dividers are not applied and the data doesnt refresh when page is shown again.
when i have it in the page show request (as i currently have it in the load), it works the first time but after a second show of the page list is empty (but dividers are there)
when i have a on load event which does the loads data and applies dividers and another event on the show event just executing the service - it appears to be an empty list with correct dividers.
i really dont get it where to apply that stuff. could you pleeeease help me out here?