gpt4 book ai didi

javascript - 表单提交后关闭 Bootstrap Modal - Rails

转载 作者:行者123 更新时间:2023-11-28 13:32:57 26 4
gpt4 key购买 nike

我的 Rails 应用程序中有一个远程表单:

<%= form_for(@list_item, :remote => true) do |f| %>
.............
.............
<%= f.submit("Add It!", class: "btn") %>
<% end %>

它包含在 ID 为“addListItem”的 Bootstrap 模式中。我想在提交表单后关闭此模式。我在 SO 上发现了一些类似的问题,但没有一个问题以阻止表单在模式关闭之前提交的方式回答。请帮忙?

最佳答案

提交表单后关闭模式。

JavaScript

$('#form_id').on('submit', function() {
$('#addListItem').modal('hide');
});

关于javascript - 表单提交后关闭 Bootstrap Modal - Rails,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23484674/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com