javascript - Intro.js - any way to prevent closing of tour when clicking outside? -
wanted incorporate intro.js tour plugin when checking out plugin, document didn't highlight way of preventing closing of tour click outside tour section. rather have "end tour" button user can click end tour rather them clicking outside error , having start on again.
set alternative exitonoverlayclick
false before phone call start
:
introjs().setoptions({ exitonoverlayclick: false }).start();
here available options.
javascript jquery intro.js
No comments:
Post a Comment