I made a website in jQuery Mobile. I loaded some HTML content via the jQuery $.ajax() function.
The code loaded contains such features as buttons and expand-able sections.
However, none of the loaded elements exhibit mobile features. The jQuery Mobile CSS is not being applied to them.
Does this have to do with how jQuery Mobile is already using Ajax to navigate around pages? The HTML content that was not loaded dynamically does retain the jQuery Mobile styles.
You need to refresh jQM controls for the new elements: