I'd like to apply autogenerated jQuery Mobile style (classes jQuery Mobile applies on page loading) after additionnal content loading via Ajax.
I load some content via Ajax which is parsed and organised into a <ul>
, but the style jQuery usually applies on page loading isn't applied again on the Ajax loaded content.
$('#my_element_id').trigger('create');
- Smamatti