JQM (jQueryMobile) Dynamically removing elements

前端 未结 4 1594
夕颜
夕颜 2021-01-24 06:41

This is part 2 of this question (ok maybe part 3)

Here is a working example: http://jsfiddle.net/UcrD8/63/ Here is a earlier attempt and as you can see this works when s

4条回答
  •  遥遥无期
    2021-01-24 07:18

    When I have to remove/hide an item I typically wrap the item in a div and then hide the div. I don't know how much that will help in this situation though.

提交回复
热议问题