mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 12:40:58 +00:00
fix the js alerts examples
This commit is contained in:
parent
127c0d0b52
commit
3d9298b04b
@ -906,16 +906,17 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||||||
<div class="span9 columns">
|
<div class="span9 columns">
|
||||||
<h2>Example alerts</h2>
|
<h2>Example alerts</h2>
|
||||||
<p>The alerts plugin works on regular alert messages, and block messages.</p>
|
<p>The alerts plugin works on regular alert messages, and block messages.</p>
|
||||||
<div class="alert-message warning fade in">
|
<div class="alert fade in">
|
||||||
<a class="close" data-dismiss="alert" href="#">×</a>
|
<a class="close" data-dismiss="alert" href="#">×</a>
|
||||||
<p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>
|
<p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert-message block-message error fade in">
|
<div class="alert alert-block alert-error fade in">
|
||||||
<a class="close" data-dismiss="alert" href="#">×</a>
|
<a class="close" data-dismiss="alert" href="#">×</a>
|
||||||
<p><strong>Oh snap! You got an error!</strong> Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
|
<h4 class="alert-heading">Oh snap! You got an error!</h4>
|
||||||
<div class="alert-actions">
|
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
|
||||||
<a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a>
|
<p>
|
||||||
</div>
|
<a class="btn danger small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<h2>Using bootstrap-alerts.js</h2>
|
<h2>Using bootstrap-alerts.js</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user