mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: optimize code example
This commit is contained in:
parent
b59509ced8
commit
a2587cab28
@ -488,11 +488,11 @@ prefix with a periods? ok?... #.00 yep!
|
||||
prefix with spaces ##^000*00 suffix, with comma
|
||||
prefix (#,###.00) suffix
|
||||
|
||||
BAD => mask starts with a decimal .00 <= BAD
|
||||
BAD => mask starts with a comma ,##.00 <= BAD
|
||||
BAD => No hash (#) outside of mask $#,###.00 No # in suffix <= BAD
|
||||
BAD => No plus (+) here! #,###.00 ¢ or [+] here <= BAD
|
||||
BAD => No minus (-) here! $#,###.00 or [-] here either <= BAD</textarea>
|
||||
BAD => mask starts with a decimal .00 <= BAD
|
||||
BAD => mask starts with a comma ,##.00 <= BAD
|
||||
BAD => No hash (#) outside of mask $#,###.00 No # in suffix <= BAD
|
||||
BAD => No plus (+) here! #,###.00 ¢ or [+] here <= BAD
|
||||
BAD => No minus (-) here! $#,###.00 or [-] here either <= BAD</textarea>
|
||||
<pre class="resultz"></pre>
|
||||
<br class="clear">
|
||||
Value to use: <input class="value" type="text" value="1234567.8955" /><br>
|
||||
|
Loading…
Reference in New Issue
Block a user