HOWTO: Styling AJAX-loaded content in jQuery Mobile
From the blog:
Dave Ferguson’s Blog: jQuery Mobile; styling loaded content
With today’s dynamic systems getting them to load properly is always a challenge. Especially if you have content loaded via Ajax after the initial load. This can be the hardest part. Even more so, things like jQuery Mobile make it even harder. This is because jQuery Mobile rewrites the html that is initially loaded to be styled and work properly.So, lets take a basic example and figure out how to style some ajax loaded content.
Advertisement
