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:
<input class="form-control w-binded" data-binded="input[name=lastname]" />
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
....
You can enable animated scroll to anchor by adding w-scroll to your <a href="#anchor"
links
Animate scroll of #hash anchor and put the window to right place with topOffset
* data-keep-hash [false] If #hash anchor is needed in url set true, otherwise u will not see the #hash in url
* data-top-offset [10] The NEGATIVE offset from top (for not cover things with navbar or other things)
* data-animation [1000] The duration of scroll animation
<a type="button" href="#target-block" class="btn btn-primary w-scroll">
Bottom Button
</a>
* data-target [-] CSS Selector for select the element on which apply
* data-auto-close [8000] Bool or the ms for close
* data-taregt-class [on-target] The class to add (default have CSS animation but it must be on the #anchor element also)
<a type="button" href="#target-block" class="btn btn-primary w-target"
data-target="#target-block">
Bottom Button
</a>
.animated and .from-top/bottom + left/right is used for animate content that is inside overlay and it isn't shown at start but compare on hover with the set direction
By add -inverse to .overlay or .animated the inverted behaviour will be used
Like bootstrap collapse on the left (but with document click collapse, self call without #id and switcher)
Artur Mamedov aka #withArtur #withFront
This MarkUp use HTML5 Boilerplate v6.0.1
Made with and
Another implementation it if you click on `cog` button, it have custom btn, instead this pre-configured
Social (official colors also with gradients)