开发者问题收集
这是我正在处理的代码 swal({title: "Confirm details?",text:'<input id="datetimepicker" class="form-control" autofocus>',type: "warning",customClass: 'swal-custom-width',html:true,showCancelButton: true,confirm
我遇到了 SweetAlert 2 的问题,我尝试在用户单击“确定”时提交表单。代码如下(使用 jQuery)$('#sa-params').click(function(e) {e.preventDefault();e.stopPropagation();swal({title: 'Are you sure?',text: "You won't be able to revert this!",
我希望当我点击删除按钮时,会弹出一个确认窗口。我尝试使用sweetAlert,但它没有显示任何弹出窗口。popupdel 方法: popupdel() {swal({title: "Are you sure?",text: "Your will not be able to recover this imaginary file!",type: "warning",showCancelButton