A simple and intuitive way for show alert's with notifications!
Click for try withAlert('...', 'warning');
Click for try withAlert('...', 'danger');
Click for try withAlert('...', 'primary');
Click for try withAlert('...', 'secondary');
Click for try withAlert('...', 'info');
Click for try withAlert('...', 'light');
Click for try withAlert('...', 'dark');
This alert will not close automatically!
$("#withAlertCustomTrigger").click(function(){
withAlert('Message ...', 'success');
});
$(".permanentAlert").click(function () {
withAlert('This alert will not close automatically!', 'success', {autohide:false});
// options {autohide:true, hidetime:4000}
});
Datepickers, children_age_form
Binded span on input firstname:
Binded input on input lastname:
w-binded
You can enable Nicescroll on div's, iframe's etc. or for entire page by replacing the default scroll-bar
For enable on entire page override htmlNicescroll:false
option with true
....