我在我的Tour執行的頁面上有很多div .contact-box。 我不想全選,只是第一個。 我嘗試這樣做: {
element: "#page-wrapper div.contact-box:first-of-type",
title: "Player Info",
content: "Here we have a quick snapshot of "
我在我的網站中使用bootstrap並解釋我的網站我想使用bootstrap tour。我已經在我的測試頁中實現了這一點,並且工作正常。但是在加載頁面時瀏覽開始,並且我想在點擊按鈕時開始瀏覽。我按照此article來實施我的引導遊覽。 這是自舉遊試玩的一個javascript: (function(){
var tour = new Tour({
storage : fal
我正在爲Bootstrap Tour測試一個非常簡單的測試頁面,這是我設置的。內容顯示,但由於某些原因,導覽功能未啓用。有人能告訴我我可能做錯了什麼嗎? 謝謝:) 附上以下 <html>
<head>
<meta charset="utf-8">
<title> This is a testing page for bootstrap tour </title>
嘗試使用bootstrap-tour自舉4和我得到followng錯誤: TypeError: n.popover is not a function 我初始化這樣的代碼: var tour = new Tour({
steps: [
{
element: "#nextLesson",
title: "Title of my ste