Answers

Question and Answer:

  Home  jQuery Mobile

⟩ Why content injected into a page is not enhanced?

jQuery Mobile has no way to know when you have injected content into a page. To let jQuery Mobile know you have injected content that must be enhanced, you need to either make sure the plugins are called to enhance the new elements or trigger("create") on the parent container so you don't have to call each plugin manually.

 168 views

More Questions for you: