When inputting a services request into a list, how does one indicate that an item should be a category header instead of a regular list item?
When coding JQuery Mobile manually, I know it involves making the LI element include
data-role='list-divider' role='heading'.
However, how do I refer to the current element (id) using custom javascript? Referring to the dsid will point to every element in the list since they share the same value.