JQM (jQueryMobile) Dynamically removing elements

前端 未结 4 1583
夕颜
夕颜 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:13

    I've seen a lot of issues with dynamic pieces.

    For example, if I create page elements after a page load via $.mobile.changePage() that are supposed to be jquery-mobilied-ified (data-role and all that), they don't become jquery-mobile-ified AND there's no "parse my page again, jquery" method to be found anywhere. I've logged a bug as such with the jquery mobile team, but we'll see when they get around to it. Might just do it myself.

提交回复
热议问题