Html Notification
Set the template property of the jqxNotification. Author: http://jqwidgets.com
by kaeldric
HTML
<script src="http://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<div id="jqxNotification">Sample notification</div>
JavaScript
$("#jqxNotification").jqxNotification({
opacity: 1,
autoOpen: true,
template: "info"
});