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}
});
....
This div box use
.col .col-sm-5 .center-block .jumbotron .bg-lgray .box-shadow
classes
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
....
Artur Mamedov aka #withArtur mantiene e sviluppa #withFront
This MarkUp use HTML5 Boilerplate v6.0.1
Another implementation it if you click on `cog` button, it have custom btn, instead this pre-configured