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

Feature request: query element by selector on step if it's not exists during configuration #1674

Open
gooddaytoday opened this issue May 23, 2022 · 0 comments · May be fixed by #1679
Open

Comments

@gooddaytoday
Copy link

gooddaytoday commented May 23, 2022

Would it be handy to get element by document.querySelector just before or at the begining of his step if it doesn't exists during configuration?

I have such situation and want to implement this feature, cause introJs.refresh(true):

  • Could be non-optimal to fetch all elements of steps several times
  • It's not handy to call introJs.refresh(true) on each pre-step
  • introJs.refresh(true) don't position properly (I haven't figured out why yet)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants