blob: 673760c02d328fb5dc9a3f72b2b37e34b4b2ecc8 (
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="ticker" data-text1="Dennis" data-text2="Hello World" 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 TickerNoti</p>
</div><!-- /content -->
</div> <!-- /page -->
|