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.
我正在使用 Twitter Bootstrap 的模态控件来创建一个弹出表单,用户可以在其中输入一些输入。
如何从表格中获取信息?过去,当我只是在页面上使用表单时,我使用了 post 变量来获取用户输入——但这适用于这种情况吗?
使用 AJAX,这样您就可以提交表单,获得响应,然后决定是否关闭模式窗口。