How to give style to dynamic content?

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:
  
  1. <div data-role="controlgroup" data-type="horizontal" id="navi">
  2.       <a href="#" data-role="button">1 / 18</a>
  3.       <a href="#" data-role="button" id="navi-next">></a>
  4.       <a href="#" data-role="button" id="navi-last">»</a>
  5. </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!