How to give style to dynamic content?
Hi!
I have to re-build the style on dynamic content.
I search a function like $(elm).listview('refresh')
The generated code is the follow:
- <div data-role="controlgroup" data-type="horizontal" id="navi">
- <a href="#" data-role="button">1 / 18</a>
- <a href="#" data-role="button" id="navi-next">></a>
- <a href="#" data-role="button" id="navi-last">»</a>
- </div>
And I update the content of div#navi...
I you have any idea ;)
Thanks in advance!
Ps: be indulgent with my english, I'm french!