The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
InputNotes
This is a plugin to add notes below textareas and input fields based on regex patterns.
The patterns are normal JavaScript regex patterns and you are free to create and style any type of notes and note texts as you want. Note texts can contain HTML, no problem. The notes are nicely slided in and out.
Additionally there's a helper function to check if a textarea or field has certain notes displayed, useful if you don't want to submit a form if there are any notes or warnings. Since version 0.3, you can even check whole forms for notes.
Update for version 0.5: The plugin has now two events you can use to get an instant update on added and removed notes and the support for callback functions.
Demos and instructions can be found on the plugin page: http://fredibach.ch/jquery-plugins/inputnotes.php
