mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Docs: Fix html issues
This commit is contained in:
parent
40a1faed5f
commit
996b3594bc
@ -110,7 +110,7 @@
|
||||
<em>NOTE!</em>
|
||||
</p>
|
||||
<ul>
|
||||
<li>In <span class="version">v2.27.0</span>, the icon class name changes used by jQuery 1.12.0 have been included. Icon class names were renamed from using "carat" to "caret"; this widget now includes both for backwards compatibility.
|
||||
<li>In <span class="version">v2.27.0</span>, the icon class name changes used by jQuery 1.12.0 have been included. Icon class names were renamed from using "carat" to "caret"; this widget now includes both for backwards compatibility.</li>
|
||||
<li>In <span class="version">v2.19.0</span>, this widget allows dynamic changing of themes; including switching from jQuery UI or Bootstrap to any other theme. To change a theme, do the following:
|
||||
<pre class="prettyprint lang-js">var $table = $('table');
|
||||
$table[0].config.theme = 'grey';
|
||||
|
@ -1545,7 +1545,7 @@ $.extend($.tablesorter.themes.jui, {
|
||||
active : 'ui-state-active', // applied when column is sorted
|
||||
hover : 'ui-state-hover', // hover class
|
||||
// icon class names
|
||||
icons : 'ui-icon', // icon class added to the <i> in the header
|
||||
icons : 'ui-icon', // icon class added to the <i> in the header
|
||||
iconSortNone : 'ui-icon-carat-2-n-s ui-icon-caret-2-n-s', // "caret" class renamed in jQuery v1.12.0
|
||||
iconSortAsc : 'ui-icon-carat-1-n ui-icon-caret-1-n',
|
||||
iconSortDesc : 'ui-icon-carat-1-s ui-icon-caret-1-s',
|
||||
@ -4834,7 +4834,7 @@ $.extend($.tablesorter.themes.jui, {
|
||||
active : 'ui-state-active', // applied when column is sorted
|
||||
hover : 'ui-state-hover', // hover class
|
||||
// icon class names
|
||||
icons : 'ui-icon', // icon class added to the <i> in the header
|
||||
icons : 'ui-icon', // icon class added to the <i> in the header
|
||||
iconSortNone : 'ui-icon-carat-2-n-s ui-icon-caret-2-n-s', // "caret" class renamed in jQuery v1.12.0
|
||||
iconSortAsc : 'ui-icon-carat-1-n ui-icon-caret-1-n',
|
||||
iconSortDesc : 'ui-icon-carat-1-s ui-icon-caret-1-s',
|
||||
|
Loading…
Reference in New Issue
Block a user