Bootstrap 3 Template
This is a simple Twitter Bootstrap 3 template. You can fork it to get a ready to use Bootstrap 3 fiddle.
HTML
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<div class="alert alert-danger hide" id="form-error">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
×
</button>
</div>
<a href="#" class="btn btn-primary btn-large" type="button" onclick="save_address()" id="trev">Press me</a>
CSS
/* Latest compiled and minified CSS included as External Resource*/
/* Optional theme */
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');
body {
margin: 10px;
}
JavaScript
$('#trev').click(function () {
(".alert).alert();
$('#form-error').html("<p>mother bear").show();
alert("hello4");
});