I need to format my read only list like following:
http://demos.jquerymobile.com/1.2.1/d...
How do I achieve this?
I need to format my read only list like following:
http://demos.jquerymobile.com/1.2.1/d...
How do I achieve this?
Hi Lux,
In mapping, you can add components 'dividers' for a list:preelement.parent().parent().parent().parent().append('some text');/preYou'll need such number of codeparent()/code to access a tag 'ul'. You can check this in debugger.