This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Run script on screen open
#11
(18.01.2021, 08:45)admin Wrote: Redirect to plan #2 after 5000 ms timeout:
Code:
$(function() {
  var timeout = setTimeout(function() {
    showPlan(2);
  }, 5000);
 
  $('body').on('showplan', function() {
    clearTimeout(timeout);
  });
});

Thanks Admin, with this I can create an intro to visualization.

By the way, to go back to that Plan 2, what do I need to change in the script that Erwin shares?
Reply


Messages In This Thread
Run script on screen open - by p_xatzi - 25.09.2020, 14:47
RE: Run script on screen open - by admin - 25.09.2020, 14:58
RE: Run script on screen open - by p_xatzi - 25.09.2020, 17:45
RE: Run script on screen open - by p_xatzi - 27.09.2020, 13:30
RE: Run script on screen open - by admin - 18.01.2021, 08:45
RE: Run script on screen open - by davidchispas - 03.02.2021, 16:49
RE: Run script on screen open - by admin - 04.02.2021, 12:27

Forum Jump: