JQuery Mobile .page() function causes infinite loop?

后端 未结 1 1590
野性不改
野性不改 2020-12-11 07:12

I\'m dynamically creating a listview with data from a AJAX response. It successfully creates the listview and populates it, but when i call JQM\'s .page() function on it, it

相关标签:
1条回答
  • 2020-12-11 07:46

    Instead of using .page() use .trigger( "create" ); jQuery Mobile team update: Week of July 18th http://jquerymobile.com/blog/

    0 讨论(0)
提交回复
热议问题