SyntaxFix
Write A Post
Hire A Developer
Questions
None of the above works for me, I solved this by not using jQuery's $(document).ready, but use addEventListener instead.
document.addEventListener("turbolinks:load", function() { // do something });