jquery.turbolinks icon indicating copy to clipboard operation
jquery.turbolinks copied to clipboard

💀 Deprecated ⚠️ jQuery plugin for drop-in fix binded events problem caused by Turbolinks

Results 19 jquery.turbolinks issues
Sort by recently updated
recently updated
newest added

Hi, I'm going to host this project on [cdnjs](https://cdnjs.com/). Would you add a dist folder for release files If it's possible? https://github.com/cdnjs/cdnjs/pull/7604

created new rails project using ruby version 2.2.2 in Gemfile ... gem 'rails', '4.2.4' ... gem 'jquery-turbolinks' $ bundle install .... Using turbolinks 2.5.3 Using jquery-turbolinks 2.1.0 in application.js //=...

I have added jquery.turbolinks gem in my rails application and have bind my button like this $(document).on('click', '.tmp', function() { }); this click is being fired multiple times don't know...

Hi, I have a problem I want to store `#main-container(overflow:scroll)`'s scrollTop, that when I click browser's `back` button, I can use it to set scrollTop. But, I find I can't...

I read troubleshooting section but I got this problem: ``` ;(function(App){ App.Supertestes = {}; App.Supertestes.bindFunctions = function() { console.log('bind called'); $(document).on("click", '.bt_login', function(e){ console.log('.bt_login clicked'); return false; }); }; App.Supertestes.init...

The Affix plugin launches for any element that has data-spy="affix" but this is not getting launched after navigation to a page. Currently have: ``` javascript //= require jquery //= require...

I don't know if you've come across this problem before. But, most of the components that power Foundation 5 button elements aren't transitioning including the tabs. Maybe, you can help...

There's currently inconsistency in the "isReady" / not states. Consider this part of (the compiled javascript): ``` javascript if ($.turbo.isReady) { return callback($); } else { return $document.on('turbo:ready', function() {...

After installing this gem I received the flowing error: ``` undefined method `environment' for nil:NilClass ``` Which links to `framework_and_overrides.css.scss`! I tried removing the gem without any changes to other...