我在我的网站上使用了Bootstrap游览。这次旅行是第一次,然后,它停止工作。我该如何解决这个错误?

时间:2016-05-28 06:04:21

标签: javascript jquery twitter-bootstrap bootstrap-tour

这是第一次有效。所以,我必须让我所有的依赖都正确。 这是我的旅行代码。

var tour = new Tour({
    name: 'First Tour.'
    steps: [
    {
        element: "#no1",
        title: "NUMBER",
        content: "Enter the no. of codes needed."
    },
    {
        element: "#no2",
        title: "TYPE",
        content: "Enter the type needed."
    }
    ]
});

tour.init();
tour.start();

1 个答案:

答案 0 :(得分:0)

删除本地存储中的数据以强制重新启动。在Chrome中 - >控制台 - >资源 - >本地存储 - > YOUR_URL - >删除与游览相关的所有键: * tour_current_step * tour_end