站点域名:bootstraptour.com
站点标题:网站提示引导插件工具
站点关键词:(8个字符) 引导代码网站插件BootstrapTourBootstrapTour
站点描述:(94个字符) BootstrapTour是一个基于Bootstrap的网站首页使用功能引导提示效果的网站,比如网站的新手引导、业务提示、功能提示,使用也非常简单。$&BootstrapTour是一个基于Bootstrap的网站首页使用功能引导提示效果的网站,比如网站的新手引导、业务提示、功能提示,使用也非常简单。
站点所在地:北美洲
网站内容预览:
Bootstrap Tour Bootstrap Tour Getting started Download API Documentation Bug reports Bootstrap Tour The easiest way to show people how to use your website. Not using Bootstrap? It works anyway! Start the demo Tweet The How-to It’s simple! Add the dependencies If you are using Bootstrap, include bootstrap-tour.min.css and bootstrap-tour.min.js: <link href="bootstrap.min.css" rel="stylesheet"> <link href="bootstrap-tour.min.css" rel="stylesheet"> ... <script src="jquery.min.js"></script> <script src="bootstrap.min.js"></script> <script src="bootstrap-tour.min.js"></script> Otherwise, just include bootstrap-tour-standalone.min.css and bootstrap-tour-standalone.min.js: <link href="bootstrap-tour-standalone.min.css" rel="stylesheet"> ... <script src="jquery.min.js"></script> <script src="bootstrap-tour-standalone.min.js"></script> Setup your tour: // Instance the tour var tour = new Tour({ steps: [ { element: "#my-element", title: "Title of my step", content: "Content of my step" }, { element: "#my-other-element", title: "Title of my step", content: "Content of my step" } ]}); // Initialize the tour tour.init(); // Start the tour tour.start(); Do you want to do more? Read the full documentation. The Team It’s handmade! Ulrich Sossou Emanuele Marchi Nicola Molinari The License It’s free! Code licensed under the MIT license. Documentation licensed under CC BY 3.0.