Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

kossnocorp/jquery.turbolinks

Repository files navigation

jQuery Turbolinks

Do you like Turbolinks? It's easy and fast way to imporove user experience of surfing on your site.

But if you have large codebase with lots of $(el).bind(...) Turbolinks will surprise you. Most part of you JavaScripts stop working in usual way. It's because the nodes on which you bind events no longer exist.

I wrote jquery.turbolinks to solve this problem in my project. It's easy to use: just require it after jquery.js and tubrolinks.js, but before rest scripts.

Sponsored by Evil Martians.

Usage

Gemfile:

gem 'jquery-turbolinks'

JavaScript manifest file:

//= require jquery.turbolinks

And now it just works!

Changelog

This project uses Semantic Versioning for release numbering.

0.1.0 (October 3, 2012)

  • First, initial release

Contributors

Idea and code by @kossnocorp.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published