Hi,
I have created a list view in a page using the following code:
- <div data-role="content">
- <ul id="list" data-role="listview" data-autodividers="true"></ul>
- </div>
Is it possible to alter the value of
data-autodividers dynamically from a script?
Thanks