mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
fixing tablesorter styles by adding the jquery plugin back to the lib, fixing the docs examples
This commit is contained in:
3
docs/assets/js/jquery.tablesorter.js
Normal file
3
docs/assets/js/jquery.tablesorter.js
Normal file
File diff suppressed because one or more lines are too long
@@ -1486,7 +1486,7 @@
|
||||
<div class="span4">
|
||||
<h3>How to use</h3>
|
||||
<p>With v2.0.0, the <code><i></code> tag is essentially dedicated to iconography. To use the icons, you can place the follow code wherever you like one to appear:</p>
|
||||
<pre class="prettyprint">
|
||||
<pre class="prettyprint linenums">
|
||||
<i class="chevron-left"></i>
|
||||
</pre>
|
||||
<p>There are over 100 classes to choose from for your icons. Just add an <code><i></code> tag with the right class and you're set. You can find the full list in sprites.less or right here in this document.</p>
|
||||
@@ -1554,11 +1554,13 @@
|
||||
<!-- Le javascript -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="http://code.jquery.com/jquery-1.7.min.js"></script>
|
||||
<script src="assets/js/jquery.tablesorter.js"></script>
|
||||
<script src="assets/js/google-code-prettify/prettify.js"></script>
|
||||
<script src="assets/js/application.js"></script>
|
||||
<script src="../js/bootstrap-dropdown.js"></script>
|
||||
<script>
|
||||
$(function () {
|
||||
$("#sortTableExample").tablesorter({ sortList: [[1,0]] });
|
||||
$('.dropdown-toggle').dropdown();
|
||||
})
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user