javascript Programming Glossary: turbolinks
Rails 4 turbo-link prevents jQuery scripts from working http://stackoverflow.com/questions/18769109/rails-4-turbo-link-prevents-jquery-scripts-from-working document .ready function doesn't really work with Turbolinks. Turbolinks ... makes following links in your web application.. .ready function doesn't really work with Turbolinks. Turbolinks ... makes following links in your web application faster. Instead.. more document ready events when switching pages because Turbolinks doesn't actually switch pages. From the fine manual With Turbolinks..
|