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 (
Encouraged Form
Get a lightbox, live preview, and generate HTML on the fly instead of the TextArea
To get form enhancements on your site all you need to do is add the class ‘encouraged-form’ for your comment form.
- Once you do this users will no longer be forced to the bottom of your page.
- Your form will be temporarily transported into a lightbox and then put back if the user cancels out.
- The directive and quote are stored in javascript and the user is given a manner to remove the quote / directive from their comment if they’d like.
- The user will see a live preview of their comment generated for them as they type!
Any of these features can be toggled off and if you don’t add the ‘encouraged-form’ class everything behaves as it once did before.
This:
<body...
<code>
<form method="post" id="commentform">
<h3>Leave a Reply</h3>
...
</form>
</code>
.../body>
Becomes:
<body...
<code>
<form method="post" id="commentform" class="encouraged-form">
<h3>Leave a Reply</h3>
...
</form>
</code>
.../body>







