blob: 500c723ae9916bf72605b171f7422aad0fb6655f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<div data-role="page" data-add-back-btn="true">
<div data-role="notification" id="notification" data-type="popup" data-text1="Notification Demo" data-param="write on parameter here"></div>
<div data-role="header" data-position="fixed">
<h1>Notification</h1>
</div>
<div data-role="content">
<p id="notification-demo" align="center">Click Here to Show Small Popup</p>
</div><!-- /content -->
</div> <!-- /page -->
|