You are here

README.txt in Quiz 6.6

About tablesorter
------------------
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. It has many useful features including:
    * Multi-column sorting
    * Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily
    * Support for ROWSPAN and COLSPAN on TH elements
    * Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria)
    * Extensibility via widget system
    * Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+
    * Small code size

Licence: Dual licensed under MIT or GPL licenses.

For additional info http://tablesorter.com/docs/

File

includes/table_sorter/README.txt
View source
  1. About tablesorter
  2. ------------------
  3. 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. It has many useful features including:
  4. * Multi-column sorting
  5. * Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily
  6. * Support for ROWSPAN and COLSPAN on TH elements
  7. * Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria)
  8. * Extensibility via widget system
  9. * Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+
  10. * Small code size
  11. Licence: Dual licensed under MIT or GPL licenses.
  12. For additional info http://tablesorter.com/docs/