File: /var/www/vhost/disk-apps/demo-sigedo.teky.com.co/public/assets/js/hopscotch.script.js
var tour;
$(document).ready(function() {
tour = {
id: "demo-tour",
showPrevButton: !0,
steps: [{
title: "MegaMenu",
content: "Clean Mega menu ",
target: "megaMenu",
placement: "bottom"
}, {
title: "search bar",
content: "Search here for anything",
target: "search-bar",
placement: "bottom"
}, {
title: "Create your Tour",
content: "Create new tour easily",
target: "create-tour",
placement: "top"
}]
}
});
$("#startTourBtn").on("click", function(t) {
hopscotch.startTour(tour)
});