在CodeIgniter中使用jquery-confirm,你可以按照以下步骤进行操作:
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
jquery-confirm.min.js
和jquery-confirm.min.css
文件复制到你的CodeIgniter项目的相应目录中,例如assets/js
和assets/css
。<link rel="stylesheet" href="<?php echo base_url('assets/css/jquery-confirm.min.css'); ?>">
<script src="<?php echo base_url('assets/js/jquery-confirm.min.js'); ?>"></script>
$.confirm({
title: '确认对话框',
content: '你确定要执行这个操作吗?',
buttons: {
confirm: function () {
// 用户点击了确认按钮
// 在这里执行你的操作
},
cancel: function () {
// 用户点击了取消按钮
// 在这里执行你的操作
}
}
});
以上是在CodeIgniter中使用jquery-confirm的基本步骤。你可以根据自己的需求和具体场景来使用jquery-confirm的其他功能和选项。如果你想了解更多关于jquery-confirm的详细信息,可以访问腾讯云的相关产品介绍页面:jquery-confirm产品介绍。
领取专属 10元无门槛券
手把手带您无忧上云