Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [intro.js]

A JavaScript/HTML5 library for step-by-step introduction

-2 votes
0 answers
24 views

introjs highlighting wrong area

i'm trying to create a tutorial with intro.js but it's highlighting the wrong area, here's the code i'm using document.addEventListener("DOMContentLoaded", function () { if ('@...
Emma's user avatar
  • 1
0 votes
0 answers
27 views

example scenario onchange using Intro.js at Vue

any example scenario reference for using function onbeforechange and onafterchange? The scenario is to open the popup when it reached to Step 2. I referred to this How do I fire a modal for the next ...
Jeremy Chin's user avatar
1 vote
1 answer
64 views

rintrojs problem returning to element once choices are updated

I have a shiny app that generates choices for selectizeInput() based on the value of another selector. Specifically, it finds the unique values of the selected variable and then makes those choices. ...
DaveArmstrong's user avatar
0 votes
0 answers
48 views

IntroJs Before starting the introJs I can't to go specific step

introJs().goToStep(2).start(); //starts introduction from step 2 for some reason this one doesn't work from documentation if (guideInProgress !== null) { intro.goToStep(...
Daniel Taberna's user avatar
1 vote
0 answers
51 views

node module error while using intro.js-react

I was trying to use intro.js- react library for my project onboarding but as sson as i import soething from this package i am getting this bug. i have seen such issue with other packages too. so i ...
Apurva Raj Purohit's user avatar
0 votes
0 answers
31 views

functonality of drop downs on leaflet map, when introjs added is missed

i have a complicated html code that if i describe it simplely it composed of following parts: 1- a leaflet map covering full page; 2- a button which when clicked some vertically oriented accordin type ...
Solmaz's user avatar
  • 25
0 votes
0 answers
41 views

create guided tooltip for web having drop down with some functionalities

i have a dependent drop down list in my html as follows: <!-- Dropdown for Provinces --> <div > <p >İl Bazında Seçim</p> ...
Solmaz's user avatar
  • 25
0 votes
0 answers
54 views

Moving between tabs inside conditional panels with rintrojs

I am building an intro for a shiny app using {rintrojs}, but on the final step which involves moving from a tabPanel in one conditionalPanel into another tabPanel in a different conditionalPanel, the ...
smartse's user avatar
  • 1,330
2 votes
1 answer
97 views

Add a part of a UI element as a step for introjs() tutorial

Is it possible to add a part of a UI (e.g., the filter section of a renderDataTable) to intro steps when using introjs()? Example: I want the user to know that they can use the filter section of the ...
Majid Zaremehrjardy's user avatar
0 votes
1 answer
118 views

introJS(): dontShowAgain option is not showing in Javascript

These are included in my <head>: <link rel="stylesheet" href="https://unpkg.com/intro.js/minified/introjs.min.css"> <script src="https://unpkg.com/intro.js/...
user avatar
0 votes
0 answers
66 views

IntroJS always returning same object values on change

I have a tour setup using Into.JS and I have this below JS code: intro.onchange(function(targetElement) { // if current step is 2 console.log(intro); if (intro._currentStep == 3) { //...
Ben H's user avatar
  • 512
0 votes
1 answer
166 views

Start tutorial after clicked a button that changes view (intro.js)

I have a side bar that is displayed in all views. In that side bar I have a dropdown menu to select some tours that are made with intro.js. There is a quick start, that works perfect. I want to add ...
suribe06's user avatar
0 votes
0 answers
136 views

How to use IntroJS in angular project

I have purchased license of IntroJs for our commerical application. I would like to know how i can integrate the source code provided by IntroJs into Angular Application. There is no were it is ...
prashant harde's user avatar
0 votes
2 answers
368 views

intro.js-react using onchange

I am new to intro.js-react and I am currently trying to execute a function at a specific step, however I am having trouble figuring out how to do so. I know there is an onChange prop that can be used ...
Ciremal's user avatar
  • 11
-1 votes
1 answer
780 views

Rollup failed to resolve import when deploy on vercel

screenshot of the error Rollup failed to resolve import "intro.js/introjs.css" when deploying React TypeScript app with Vite and Intro.js I am trying to integrate Intro.js into my React ...
hall ring's user avatar

15 30 50 per page
1
2 3 4 5
16