Adding or removing sections/slides to fullPage.js after initialization

前端 未结 4 1504
灰色年华
灰色年华 2020-12-06 03:16

I have a tree-structured database and in my website I am going down the tree as I show their content in \"sections\" and \"slides\" of fullPage.js plugin. The problem is, wh

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-06 03:42

    For anyone trying this in 2020 the $.fn.fullpage.destroy("all") method didn't work for me I had to use fullpage_api.destroy("all") instead.

提交回复
热议问题