Estoy confundido,没有其他模式,没有其他功能,请独奏一下,在cerrar中找到自己的名字
× Eliminar Registro ¿ 取消者 Eliminar <script>
$('#confirm-delete').on('show.bs.modal', function(e) {
$(this).find('.btn-ok').attr('href', $(e.relatedTarget).data('href'));
$('.debug-url').html('Delete URL: <strong>' + $(this).find('.btn-ok').attr('href') + '</strong>');
});
</script>
答案 0 :(得分:0)
我的西班牙语不好,但是也许这样的SO参考会有所帮助。听起来模态短暂弹出然后关闭?
可能很简单,就像他们所说的那样。
可能的原因
这是Modal插件的JavaScript两次加载时的典型行为。请检查以确保插件不会被双重加载。根据所使用的平台,模态代码可以从多个来源加载。一些常见的是:
bootstrap.js (the full BootStrap JS suite)
bootstrap.min.js (same as above, just minified)
bootstrap-modal.js (the standalone plugin)
a dependency loader, e.g., require('bootstrap')
检查以查看要为bootsrap.js和插件加载的内容。