Revolution Slider jQuery Version (Not WP Version) Re-initialization at runtime
问题 We have implemented the revolution slider (jQuery version, not WP) into a page of ours. This page must stay open for an extended period of time and reloads the revolution slider at set intervals using Ajax with new/updated content. How do we remove the slider completely from the DOM at runtime? I've used .remove() on the variable I initialized the slider with, but it appears that some of the events/functions of slider are still running. It works as we planned, but I feel that the remove()