Reply To: DVWP Accordion list view

Forums Requests DVWP Accordion list view Reply To: DVWP Accordion list view

#20281
Alexander Bautz
Keymaster

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

Attachments: