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

Is it possible to add 'element' value to some step dynamically? #679

Open
suzana-djuricic opened this issue Apr 18, 2018 · 1 comment
Open

Comments

@suzana-djuricic
Copy link

Hi!

I have dynamically included html elements, so I need to wait until it is rendered, and after that to set element value at some steps.
Does bootstrap tour provide solution for that kind of issue?

Thanks!

@IGreatlyDislikeJavascript
Copy link

IGreatlyDislikeJavascript commented Nov 29, 2018

My fork allows a function for element: option in step, so you can programmatically determine the element for the step.

element: function(){ return $(document).find(something); }

#710

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