I am pursuing a course which contains slides to move on to next slide only after the timer value goes to zero and they have configured a end time variable only after that timer we can move on to the next slide. Kindly help to reoslve the issue
I am pursuing a course which contains slides to move on to next slide only after the timer value goes to zero and they have configured a end time variable only after that timer we can move on to the next slide. Kindly help to reoslve the issue
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kishore RajaPosted Jul 16, 2023, 9:35 AM
I want to move before the timer gets zero,,,as i could not wait for 10 mins for each page
Mohamed Azarudeen ZPosted Jul 16, 2023, 8:56 AM
Hi kishore
To move to the next slide after the timer reaches zero, you can modify the
successcallback of your AJAX call to redirect to the next slide page (downloadable_student.php?id=8080&kd=MTM=) using JavaScript'swindow.locationproperty.Here's an updated version of the
successcallback function:Kindly accept if you find this answer useful thanks.