Jquery and other plugins don't work in Laravel Turbolinks
I added turbolinks in existing my laravel application.
It worked well without reloading page.
But jQuery and other plugin init functions didn't work.
I added data-turbolinks-track="true" to every js and css link includes