最近项目上有个需求,在第二页某项操作后回滚到第一页,并把第二页去掉。$(".item1").css("transform"," translate3d(0px, 0px, 0px)"); //滚到第一页 $(".wenjuan_Box").remove();//第二页
RainworD opened this issue · 4 comments
RainworD commented
最近项目上有个需求,在第二页某项操作后回滚到第一页,并把第二页去掉。$(".item1").css("transform"," translate3d(0px, 0px, 0px)"); //滚到第一页 $(".wenjuan_Box").remove();//第二页
RainworD commented
这样操作以后,就没办法滚动了 不知道什么原因? 有没有销毁这个的方法啊?
lipten commented
我应该需要专门写删除页面的方法或者专门写重载的方法
lipten commented
我今天写了这个方法了,文档更新了,slidePage.remove可以实现你想要的需求。
RainworD commented
好的 我一会儿试试看 谢谢哈~