mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Add readme note about using v2.16 & where to ask questions
This commit is contained in:
parent
c7607401b8
commit
0ec6470cbf
12
README.md
12
README.md
@ -1,6 +1,10 @@
|
|||||||
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes.
|
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes.
|
||||||
tablesorter can successfully parse and sort many types of data including linked data in a cell.
|
tablesorter can successfully parse and sort many types of data including linked data in a cell.
|
||||||
|
|
||||||
|
### Notice!
|
||||||
|
|
||||||
|
* Because of the change to the internal cache, the tablesorter v2.16+ core, filter widget and pager (both plugin & widget) will only work with the same version or newer files.
|
||||||
|
|
||||||
### [Documentation](http://mottie.github.io/tablesorter/docs/)
|
### [Documentation](http://mottie.github.io/tablesorter/docs/)
|
||||||
|
|
||||||
* See the [full documentation](http://mottie.github.io/tablesorter/docs/).
|
* See the [full documentation](http://mottie.github.io/tablesorter/docs/).
|
||||||
@ -43,6 +47,14 @@ tablesorter can successfully parse and sort many types of data including linked
|
|||||||
* Also extra thanks to [christhomas](https://github.com/christhomas) and [Lynesth](https://github.com/Lynesth) for help with code.
|
* Also extra thanks to [christhomas](https://github.com/christhomas) and [Lynesth](https://github.com/Lynesth) for help with code.
|
||||||
* And, of course thanks to everyone else that has contributed, and continues to contribute to this forked project!
|
* And, of course thanks to everyone else that has contributed, and continues to contribute to this forked project!
|
||||||
|
|
||||||
|
### Questions?
|
||||||
|
|
||||||
|
* Check the [FAQ](https://github.com/Mottie/tablesorter/wiki/FAQ) page.
|
||||||
|
* Search the [main documentation](http://mottie.github.io/tablesorter/docs/) (click the menu button in the upper left corner).
|
||||||
|
* If someone is available, ask your question in the `#tablesorter` IRC channel at freenode.net.
|
||||||
|
* Ask your question at [Stackoverflow](http://stackoverflow.com/questions/tagged/tablesorter) using a tablesorter tag.
|
||||||
|
* Please don't open a [new issue](https://github.com/Mottie/tablesorter/issues) unless it really is an issue with the plugin, or a feature request. Thanks!
|
||||||
|
|
||||||
### Change Log
|
### Change Log
|
||||||
|
|
||||||
View the [complete listing here](https://github.com/Mottie/tablesorter/wiki/Change).
|
View the [complete listing here](https://github.com/Mottie/tablesorter/wiki/Change).
|
||||||
|
Loading…
Reference in New Issue
Block a user