Forcing jQuery Mobile to re-evaluate styles/theme on dynamically inserted content

Just got an answer to a similar question, try using

.trigger("create")

on the element that gets the content added to.

See here: jQuery Mobile does not apply styles after dynamically adding content

Leave a Comment