public
Description: A comment traverser to help manage conversations on web pages.
Home | Edit | New

Disable Comment Lightbox:

To turn this feature off add the class “no-lightbox” to the comment list container in your HTML.

This:


   <h3 id="comments">3 Comments</h3>
   <ol class="commentlist">

Becomes:


   <h3 id="comments">3 Comments</h3>
   <ol class="commentlist no-lightbox">

Last edited by jimjeffers, Sat Jan 17 23:48:38 -0800 2009
Home | Edit | New
Versions: