{{name}}
Your search turned up 0 results. This most likely means the backend is down, yikes!
Bootstrap Notify
lorem ipsum dolor sit amet, consectetur adipisicing elit
Example Of How To Use Bootstrap Notify
Click Display Notify button to show different notify demo's & display script of different Notify demo below
<script>
$.notify({
title:'Email: Erica Fisher',
message:'Investment, stakeholders micro-finance equity health Bloomberg; global citizens climate change. Solve positive social change sanitation, opportunity insurmountable challenges...'
},
{
type:'primary',
allow_dismiss:false,
newest_on_top:false ,
mouse_over:false,
showProgressbar:false,
spacing:10,
timer:2000,
placement:{
from:'top',
align:'right'
},
offset:{
x:30,
y:30
},
delay:1000 ,
z_index:10000,
animate:{
enter:'animated bounce',
exit:'animated bounce'
}
});
</script>