We have released a new version of our WebSave product.
Version 1.3.0
New Features
window.WebSave.initButton(element)- Manually initialize buttons added to the page after WebSave loads. Required for single-page applications and dynamically generated content.
Example:window.WebSave.initButton(document.querySelector('.my-button'))