$(document).on('turbolinks:load', function() { $('.taggable').each(function() { this.innerHTML = ''; new InputTag({ target: this, props: { ...this.dataset } }); }); $('.mapable').each(function() { this.innerHTML = ''; new InputMap({ target: this, props: { ...this.dataset } }); }); });