我在确认引导箱中有一个表单,我需要确定按钮使该表单的提交捕获此表单的返回。
这是我用于引导箱的代码
$.get(ruta,
function(response) {
bootbox.confirm(response, function(result){
if(result){
}
});
});
这是我的表格:
<form class="form-horizontal" id="form" method="POST" action="{{ path ('nueva_pregunta_ajax')}}" {{ form_enctype(form) }} novalidate >
我正在使用像模板电机这样的树枝和像框架一样的 symfony2