-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2013-10-02-bootstrap-message-box.html
More file actions
30 lines (25 loc) · 1 KB
/
2013-10-02-bootstrap-message-box.html
File metadata and controls
30 lines (25 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: default
title: Bootstrap Message Box
description: Small JavaScript library which allows you to create programmatic dialog boxes using Twitter’s Bootstrap alerts.
---
<article>
<small>02/10/2013</small>
<div class="post">
<h2>Bootstrap Message Box</h2>
{% include shared.html %}
<p>Small JavaScript library which allows you to create programmatic dialog boxes using Twitter’s Bootstrap alerts.</p>
<p>See <a href="http://.com/bootstrap-messagebox/" target="_blanck">here</a>.</p>
<pre>$(this).messagebox({text: "Save success!", type: 'success'});</pre>
<p>Contributing:</p>
<ul>
<li>1. Fork it!
<li>2. Create your feature branch: "git checkout -b my-new-feature"</li>
<li>3. Commit your changes: "git commit -m 'Add some feature'"</li>
<li>4. Push to the branch: "git push origin my-new-feature"</li>
<li>5. Submit a pull request :D</li>
</ul>
<p><a href="https://github.com//bootstrap-messagebox">View source on github.</a></p>
</div>
</article>
{% include comments.html %}