actmd / abraham

Trackable application tours for Rails with i18n support
MIT License
124 stars 45 forks source link

Remove visible step from the DOM before Turbolinks caches the page #3

Closed jabbett closed 7 years ago

jabbett commented 7 years ago

Using this currently in app/assets/javascripts/application.js:

$(document).on('turbolinks:before-cache', function() {
    // Remove visible product tours
    $(".shepherd-step").remove();
});