codedance / jquery.AreYouSure

A light-weight jQuery "dirty forms" Plugin - it monitors html forms and alerts users to unsaved changes if they attempt to close the browser or navigate away from the page. (Are you sure?)
508 stars 145 forks source link

Add turbolinks support #119

Open melnikaite opened 7 years ago

jimmybaker commented 7 years ago

I see a warning when attempting to reload the page but NOT when clicking a link on the page. Using Rails 5 with the newest turbolinks.

jimmybaker commented 7 years ago

using turbolinks:before-visit works

melnikaite commented 7 years ago

Initially I added support only for turbolinks classic Could you please update PR to support v5?