intro.js, , , , , pageload. , html . ( intro.js , ).
, - :
var myHtml = '<div class="dialog">Here is the dialog!</div>';
this.$el.html(myHtml)
- :
introjs().addStep({
element: this.el,
intro: 'Here is the starting dialog'
}).start();
introjs , , , , , .