Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No text and title #733

Open
asprunger opened this issue Dec 17, 2019 · 1 comment
Open

No text and title #733

asprunger opened this issue Dec 17, 2019 · 1 comment

Comments

@asprunger
Copy link

Hi ! I'm using BootstrapTour V.0.12.0 and i'm having an issue with the title and text of the popover,
it doesn't display.
Here is how i implement my tour :
var tourCollaborateur = new Tour({
name: "tourCollaborateur",
steps: [
{
element: ".intro-collaborateur[data-step='1']",
title: "MY TITLE",
content: 'MY CONTENT.'
}
]
});

And I start it :
tourCollaborateur.start();

@IGreatlyDislikeJavascript

Tour doesn't support jQuery selectors, you may only provide a DOM id as string literal to the element option.

Try my fork Bootstrap Tourist .

It's a drop in replacement for Tour, and accepts a function returning a jq object for the element option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants