deck.js icon indicating copy to clipboard operation
deck.js copied to clipboard

Create a way to update the slides

Open imakewebthings opened this issue 12 years ago • 1 comments

Folks need a way to update the deck after initialization. I'd like to start with an update or refresh method that rebuilds the internal slide array from the current DOM (using the same slideSelector option from init) and fires an event.

imakewebthings avatar Nov 21 '13 04:11 imakewebthings

My pull request #161 only satisfies this partly: it just updates the array and does not apply/unapply the DOM styling etc. It works only when called in the initialization phase (beforeInit).

twitwi avatar Mar 31 '14 11:03 twitwi