Javascript Image Slider / Posts /

Is there a way to refresh the slider dynamically?

0

Is there a way to have the slider script check for an updated playlist every so often so the user doesn't have to refresh the page in order to download a new playlist of slides?

Mark Radabaugh  7 years ago   viewed: 2728    

1 Answer

-1
<script> function updateSlider() { if (slider markup has changed) { imageSlider.reload(); } } setInterval(updateSlider, 3000); </script>

For details about the slider's reload function, please refer to http://www.menucool.com/slider/javascript-image-slider-demo4

Peter
  7 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: