jQuery Mobile .listview('refresh') not working

前端 未结 5 1155
有刺的猬
有刺的猬 2020-12-15 10:32

I\'m building a mobile web app with jQuery Mobile and I have a problem. I am using jQuery to parse an XML file and create list items. It builds the list, then apppends that

5条回答
  •  隐瞒了意图╮
    2020-12-15 11:24

    Spike's answer worked for me -- I was targeting the ul's parent div. I also needed to bind the ajax function to pagecreate -- that is:

    Podcast List

提交回复
热议问题