|
|
@@ -114,10 +114,11 @@
|
|
|
<h1 id="usage" data-zh="使用">Usage</h1>
|
|
|
</div>
|
|
|
<p data-zh="在html页面的head标签中引入Bootstrap库(假如你的项目还没使用)和bootstrap-table.css。">Include Bootstrap library (if your project doesn't use it already) and bootstrap-table.css in the head tag your html document.</p>
|
|
|
-<pre><code><link rel="stylesheet" href="bootstrap.css">
|
|
|
+<pre><code><link rel="stylesheet" href="bootstrap.min.css">
|
|
|
<link rel="stylesheet" href="bootstrap-table.css"></code></pre>
|
|
|
- <p data-zh="在head标签或者在body标签闭合前(比较推荐)引入jQuery库(假如你的项目还没使用)和bootstrap-table.js。">Include jQuery library (if your project doesn’t use it already) and bootstrap-table.js in the head tag or at the very bottom of your document, just before the closing body tag (usually recommended for better performance).</p>
|
|
|
+ <p data-zh="在head标签或者在body标签闭合前(比较推荐)引入jQuery库和Bootstrap库(假如你的项目还没使用)和bootstrap-table.js。">Include jQuery library, bootstrap library (if your project doesn’t use it already) and bootstrap-table.js in the head tag or at the very bottom of your document, just before the closing body tag (usually recommended for better performance).</p>
|
|
|
<pre><code><script src="jquery.min.js"></script>
|
|
|
+<script src="bootstrap.min.js"></script>
|
|
|
<script src="bootstrap-table.js"></script></code></pre>
|
|
|
|
|
|
<hr>
|