I'm doing a small guided tutorial for a web page, I'm using a library called introjs , which helps a lot for that task.
But I have a small problem, the web page is created with MVC Razor, and the menu part is dynamic, and it is loaded from the controller, and when I assign the variables for the Intro library to work >, first the html is loaded, so the controller does not take the library when I execute it.
My question is, how do I load the invocation of IntroJS with the controller asynchronously?