rails / jquery-ujs

Ruby on Rails unobtrusive scripting adapter for jQuery
MIT License
2.61k stars 507 forks source link

wiki references broken library version #481

Closed JelF closed 7 years ago

JelF commented 7 years ago

At page https://github.com/rails/jquery-ujs/wiki/Asynchronous-call-to-confirm there is a reference to https://github.com/akzhan/jquery-ujs/tree/asynchronous-call-to-confirm which have broken tests, which results into auto-submiting non data-remote forms, which are handled via preventing submit event. It also uses old jquery version, but upgrade is simple enough. According to this, it probably should be deleted from wiki or fixed by community

rafaelfranca commented 7 years ago

DOne