Philip
Philip

Reputation: 7166

Rails - Turbolinks - Callback

I wonder if turbolinks have a callback function that you can use to call functions when turbolinks have finished rendering the page?

Upvotes: 2

Views: 1771

Answers (1)

Timmie Sarjanen
Timmie Sarjanen

Reputation: 411

Use page:change, checkout the documentation for more events, https://github.com/rails/turbolinks

Upvotes: 2

Related Questions