diff options
| author | Mark Otto <[email protected]> | 2012-01-14 21:28:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-14 21:28:47 -0800 |
| commit | dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc (patch) | |
| tree | 87961fa11d60108e2ce868276c5347b2fca8984d /docs/javascript.html | |
| parent | 6d916763f82be8c2d4f87842275170c12bea72ec (diff) | |
| download | bootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.tar.xz bootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.zip | |
change up classes on tables and forms, fix nav list styles in example
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index afe9c329e..64159ede7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -284,7 +284,7 @@ <p>Call the modal via javascript:</p> <pre class="prettyprint linenums">$('#myModal').modal(options)</pre> <h3>Options</h3> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> @@ -349,7 +349,7 @@ $('#myModal').modal({ <pre class="prettyprint linenums">$('#myModal').modal('hide')</pre> <h3>Events</h3> <p>Bootstrap's modal class exposes a few events for hooking into modal functionality. </p> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event</th> @@ -666,7 +666,7 @@ $('#myModal').on('hidden', function () { </script></pre> </p> <h3>Events</h3> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event</th> @@ -719,7 +719,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <p>Trigger the tooltip via javascript:</p> <pre class="prettyprint linenums">$('#example').tooltip(options)</pre> <h3>Options</h3> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> @@ -813,7 +813,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <p>Enable popovers via javascript:</p> <pre class="prettyprint linenums">$('#example').popover(options)</pre> <h3>Options</h3> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> @@ -932,7 +932,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <pre class="prettyprint linenums">$(".alert-message").alert('close')</pre> <h3>Events</h3> <p>Bootstrap's alert class exposes a few events for hooking into alert functionality. </p> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event</th> @@ -975,7 +975,7 @@ $('#my-alert').bind('closed', function () { <div class="span9 columns"> <h2>Example uses</h2> <p>Use the buttons plugin for states and toggles.</p> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <tbody> <tr> <td>Stateful</td> @@ -1115,7 +1115,7 @@ $('#my-alert').bind('closed', function () { <p>Enable via javascript:</p> <pre class="prettyprint linenums">$(".collapse").collapse()</pre> <h3>Options</h3> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> @@ -1165,7 +1165,7 @@ $('#myCollapsible').collapse({ <p> Bootstrap's collapse class exposes a few events for hooking into collapse functionality. </p> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event</th> @@ -1251,7 +1251,7 @@ $('#myCollapsible').on('hidden', function () { <p>Call via javascript:</p> <pre class="prettyprint linenums">$('.carousel').carousel()</pre> <h3>Options</h3> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> @@ -1300,7 +1300,7 @@ $('#myCollapsible').on('hidden', function () { <p>Cycles to the next item.</p> <h3>Events</h3> <p>Bootstrap's modal class exposes a few events for hooking into modal functionality. </p> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event</th> @@ -1348,7 +1348,7 @@ $('#myCollapsible').on('hidden', function () { <p>Call the typeahead via javascript:</p> <pre class="prettyprint linenums">$('.typeahead').typeahead()</pre> <h3>Options</h3> - <table class="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> |
