This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Sorted Commentary
To turn this feature on add the class “sorted-commentary” to the comment list container in your HTML.
This:
<ol id="comments" class="commentlist">
Becomes:
<ol id="comments" class="commentlist sorted-commentary">
What it Does?
If you enable sorting than any ‘@responses’ will be lined up after their target comment. The script does not nest comments instead it just appends the comment after it’s target and applies the class ‘response’ to the comment. What this means is that the comments are merely resorted and denoted. Should the author choose to modify the appearance of the denoted comments they may. This is demonstrated in the included demo providing the illusion of a threaded discussion.






