data-autodividers

data-autodividers

Hi,

I have created a list view in a page using the following code:

  1. <div data-role="content">
  2.         <ul id="list" data-role="listview" data-autodividers="true"></ul>
  3.     </div>
Is it possible to alter the value of data-autodividers dynamically from a script?

Thanks