<a href="#popupDialog{{ $acc->ID }}"
data-rel="popup"
data-position-to="window"
data-inline="true"
data-transition="pop"
data-theme="b">Delete</a>
<!-- dialog -->
<div data-role="popup"
id="popupDialog{{ $acc->ID }}"
data-overlay-theme="a"
data-theme="a"
data-dismissible="false"
style="max-width:400px;">
<div data-role="header" data-theme="a">
<h1>Confirm</h1>
</div>
<div data-role="content" data-theme="d">
<p>This action cannot be undone.</p>
<p>Are you sure want to delete {{ $acc->ID }}?</p>
<a href="#" data-role="button"
data-inline="true" data-rel="back" data-theme="c">
Cancel
</a>
<a href="#" data-role="button"
data-inline="true"
data-rel="back" data-transition="flow"
data-theme="b" id="yesConfirm"
onclick="alert('test {{ $acc->ID }}');">
Yes
</a>
</div>
</div>
<!-- dialog -->
Jumat, 06 Juni 2014
Jquery Mobile Popup Window Snippet
This is code snippet for jquery mobile popup window
Langganan:
Posting Komentar (Atom)
Tutorial: Backup and Restore iptables Configuration
This step-by-step guide will walk you through backing up your current iptables configuration and restoring it when needed. Prerequisites ...
-
This step-by-step guide will walk you through backing up your current iptables configuration and restoring it when needed. Prerequisites ...
-
Langkah 1: Identifikasi Container PostgreSQL Gunakan perintah docker ps untuk menemukan container PostgreSQL: docker ps Cata...
-
Pendahuluan Aplikasi berbasis web telah berkembang pesat pada masa ini menjadikan orang awam paling tidak mengetahui bagaimana web itu bek...
Tidak ada komentar:
Posting Komentar