Apply markup enhancements after page is loaded

Apply markup enhancements after page is loaded

Hi:

We have a list of items in the page that are enhanced after document.ready, as it should be :)

But when user scrolls down, ajax loads 10 items more, but we would like these new items to have also the markup enhancements.

We have tried calling $.mobile.initializePage();, but it does not work.

How can we do it ?

Thank you very much in advance