You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fire pjax:beforeReplace event before replacing HTML
This event fires right before DOM replacement and it's useful if any
processing of old content is required, such as unmounting components.
This is similar to the equivalent event that Turbolinks [1] fires.
Fixes#383
[1]: https://github.com/rails/turbolinks
0 commit comments