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 applied on page loading isn't applied again on the Ajax loaded content.
$('#my_element_id').trigger('create');– Smamatti Sep 29 '11 at 13:35