Home › Forums › Requests › DVWP Accordion list view › Reply To: DVWP Accordion list view
March 18, 2018 at 15:08
#20281
You can use a setInterval function like this to reload it every 5 seconds:
setInterval(function(){ getFaqItems(); },5000);
To ensure only new items are drawn you must change the code like highlighted on the attached image.
Please note that I haven’t tested this code, but I think it should work.
Alexander