Skip to content Skip to sidebar Skip to footer
Showing posts with the label Turbolinks

Turbolinks Prohibiting Javascript Appended Class For Background Images

I am integrating a front end html theme with a Laravel app and I am running into an issue with turb… Read more Turbolinks Prohibiting Javascript Appended Class For Background Images

How Do I Make This Js Turbolinks Friendly?

This is my main.js file: jQuery(function($) { $('LI.tree-item-name').has('ul').cl… Read more How Do I Make This Js Turbolinks Friendly?

How To Disable Turbolinks For Single Page In A Shared View?

I have a Javascript, which should work on $(document).ready but it won't, because I also have t… Read more How To Disable Turbolinks For Single Page In A Shared View?