| Server IP : 138.197.107.151 / Your IP : 216.73.217.7 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/shark-admin/public/skote_html-main/ajax/ |
Upload File : |
<!-- Sweet Alert-->
<link href="assets/libs/sweetalert2/sweetalert2.min.css" rel="stylesheet" type="text/css" />
<div class="page-content">
<div class="container-fluid">
<!-- start page title -->
<div class="row">
<div class="col-12">
<div class="page-title-box d-sm-flex align-items-center justify-content-between">
<h4 class="mb-sm-0 font-size-18">SweetAlert 2</h4>
<div class="page-title-right">
<ol class="breadcrumb m-0">
<li class="breadcrumb-item"><a href="javascript: void(0);">UI Elements</a></li>
<li class="breadcrumb-item active">SweetAlert 2</li>
</ol>
</div>
</div>
</div>
</div>
<!-- end page title -->
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-body">
<h4 class="card-title">Examples</h4>
<p class="card-title-desc">A beautiful, responsive, customizable
and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero
dependencies.</p>
<div class="row text-center">
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>A basic message</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="sa-basic">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>A title with a text under</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="sa-title">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>A success message!</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="sa-success">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>A warning message, with a function attached to the "Confirm"-button...</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="sa-warning">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>By passing a parameter, you can execute something else for "Cancel".</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="sa-params">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>A message with custom Image Header</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="sa-image">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>A message with auto close timer</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="sa-close">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>Custom HTML description and buttons</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="custom-html-alert">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>A custom positioned dialog</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="sa-position">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>A message with custom width, padding and background</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="custom-padding-width-alert">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<p>Ajax request example</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="ajax-alert">Click me</button>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>Chaining modals (queue) example</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="chaining-alert">Click me</button>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6 mb-2">
<div class="p-3">
<p>Dynamic queue example</p>
<button type="button" class="btn btn-primary waves-effect waves-light"
id="dynamic-alert">Click me</button>
</div>
</div>
</div> <!-- end row -->
</div>
</div>
</div> <!-- end col -->
</div> <!-- end row -->
</div> <!-- container-fluid -->
</div>
<!-- End Page-content -->
<!-- Sweet Alerts js -->
<script src="assets/libs/sweetalert2/sweetalert2.min.js"></script>
<!-- Sweet alert init js-->
<script src="assets/js/pages/sweet-alerts.init.js"></script>