JQM (jQueryMobile) Push last page out of DOM on changePage()

前端 未结 2 1517
走了就别回头了
走了就别回头了 2021-01-18 04:53

I notice that the page that I was just viewing is still in the DOM. Is there a way to remove the last page viewed after I transition to the new page using changePage()?

2条回答
  •  渐次进展
    2021-01-18 05:36

    I'm not sure if it's related to your issue - but there was a JQM fix that went in yesterday related to errors when attempting to delete DOM elements: https://github.com/jquery/jquery-mobile/commit/d4c7b5da66641a3fd081a834ca3d12a5518d499b

提交回复
热议问题