mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: update download methods
This commit is contained in:
parent
1972857048
commit
f16466f924
@ -39,6 +39,13 @@ tablesorter can successfully parse and sort many types of data including linked
|
|||||||
* Original examples and docs at: [http://tablesorter.com](//tablesorter.com).
|
* Original examples and docs at: [http://tablesorter.com](//tablesorter.com).
|
||||||
* Dual licensed under the [MIT](//www.opensource.org/licenses/mit-license.php) and [GPL](//www.gnu.org/licenses/gpl.html) licenses.
|
* Dual licensed under the [MIT](//www.opensource.org/licenses/mit-license.php) and [GPL](//www.gnu.org/licenses/gpl.html) licenses.
|
||||||
|
|
||||||
|
### Download
|
||||||
|
|
||||||
|
* Get [all files](https://github.com/Mottie/tablesorter/archive/master.zip)
|
||||||
|
* Use [bower](http://bower.io/): `bower install jquery.tablesorter`
|
||||||
|
* Use [node.js](http://nodejs.org/): `npm install tablesorter`
|
||||||
|
* CDNJS: [https://cdnjs.com/libraries/jquery.tablesorter](https://cdnjs.com/libraries/jquery.tablesorter)
|
||||||
|
|
||||||
### Related Projects
|
### Related Projects
|
||||||
|
|
||||||
* [Plugin for Rails](//github.com/themilkman/jquery-tablesorter-rails). Maintained by [themilkman](//github.com/themilkman).
|
* [Plugin for Rails](//github.com/themilkman/jquery-tablesorter-rails). Maintained by [themilkman](//github.com/themilkman).
|
||||||
|
@ -6659,14 +6659,24 @@ $.tablesorter.addHeaderResizeEvent( table, true );</pre>
|
|||||||
<a id="Download"></a>
|
<a id="Download"></a>
|
||||||
<h1>Download</h1>
|
<h1>Download</h1>
|
||||||
|
|
||||||
<p><strong>Full release</strong> - Plugin, Documentation, Add-ons, Themes. Download: <a class="btn btn-primary" href="https://github.com/Mottie/tablesorter/archive/master.zip">zip</a> or <a class="btn btn-primary" href="https://github.com/Mottie/tablesorter/archive/master.tar.gz">tar.gz</a></p>
|
<strong>File Downloads</strong>
|
||||||
|
<ul>
|
||||||
<p><strong>Pick n choose</strong> - Place at least the required files in a directory on your webserver that is accessible to a web browser. Record this location.</p>
|
<li>
|
||||||
|
Get all files (plugin, documentation, add-ons, themes):
|
||||||
|
<a class="btn btn-primary" href="https://github.com/Mottie/tablesorter/archive/master.zip">zip</a>
|
||||||
|
or
|
||||||
|
<a class="btn btn-primary" href="https://github.com/Mottie/tablesorter/archive/master.tar.gz">tar.gz</a>
|
||||||
|
</li>
|
||||||
|
<li>Download a <a href="https://github.com/Mottie/tablesorter/releases">previous release</a>.</li>
|
||||||
|
<li>Install with <a href="http://bower.io/">bower</a>: <code>bower install jquery.tablesorter</code></li>
|
||||||
|
<li>Install with <a href="http://nodejs.org/">node.js</a>: <code>npm install tablesorter</code></li>
|
||||||
|
<li>Use CDN: <a href="https://cdnjs.com/libraries/jquery.tablesorter">jquery.tablesorter</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<strong id="Download-Required">Required:</strong>
|
<strong id="Download-Required">Required:</strong>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="external" href="http://jquery.com/download/">jQuery</a> (1.2.6 or higher; some demos & <a class="external" href="http://api.jquery.com/data/#data-html5">HTML5 data-attributes</a> need jQuery 1.4.3+)</li>
|
<li><a class="external" href="http://jquery.com/download/">jQuery</a> (1.2.6 or higher; some demos & <a class="external" href="http://api.jquery.com/data/#data-html5">HTML5 data-attributes</a> need jQuery 1.4.3+)</li>
|
||||||
<li><a href="../js/jquery.tablesorter.min.js">jquery.tablesorter.min.js</a> (minified for production - please put the file on your server)</li>
|
<li><a href="../dist/js/jquery.tablesorter.min.js">jquery.tablesorter.min.js</a> (minified for production - please put the file on your server)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<strong id="Download-Addons">Optional / Add-Ons:</strong>
|
<strong id="Download-Addons">Optional / Add-Ons:</strong>
|
||||||
|
Loading…
Reference in New Issue
Block a user