Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Intro.js not working with jquerymodal #171

@dkt2000

Description

@dkt2000

It is possible to implement intro.js with jquerymodal in Angularjs project.

My user case.

  1. Click on button
  2. Open JqueryModal via Controller like this angular.element('#process-spreadsheet').modal()
  3. Then show intro.js popup
  4. I think we can use approach like
    add event on each steps like

steps: [{ before: function () { angular.element('#process-spreadsheet').modal() }, element: document.querySelector('#process-spreadsheet'), intro: "This is the first tooltip." } ]

Let me know if we have anything which can work with jquerymodal or any suggestions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions