Parse AJAX content after page load

Parse AJAX content after page load

Hi,

I'm using jQuery Mobile and jQuery to insert dynamic content after the page is loaded. However, the new content does not match the look and feel of the rest of the page because the content is not parsed for data-* attributes. How can I make jQuery Mobile parse the new content so that I can insert it into my page?

Thanks :)