【发布时间】:2016-06-06 17:45:43
【问题描述】:
这是第一次工作。所以,我必须让我的所有依赖项都正确。 这是我的旅游代码。
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();
【问题讨论】:
-
尝试使用
tour.start(true);,这将强制开始游览。参考documentation
标签: javascript jquery twitter-bootstrap bootstrap-tour