Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过这样的 JavaScript 提交我的表单
Rails.fire(form, 'submit');
我想在它完成后运行一些额外的代码,有没有办法做到这一点?我想我正在寻找 onSuccess 方法或类似方法。