plum.Form – A jQuery Form Styling Tool (Forms)

plum.Form is the perfect tool for designers who need to step over the boundaries of boring web forms. It simplifies the process of creating perfect forms that look beautiful and add extra features to your web site.

Why Plum? Plum is a series of unified jQuery plugins that focus on design, usability and functionality. Using only a single name space, Plum doesn’t interfere with other plugins or JavaScript libraries you might be using.

Features of plum.Form

  • No extra HTML markup is required
  • Minimified, plum.Form is only 11.6 KB. Use gzip on your server and the size drops down to a tiny 4.6 KB
  • Supports check box groups with multiple states: none, all and mixed (some checked, some not)
  • Supports multiple file uploads
  • Limit file uploads to certain types, sizes and quantities
  • Retains standard form functionality: plum.Form supports focusing on elements with the tab key and navigating select menus by typing option names or using arrow keys
  • Easily customizable to create new form skins

Browser Support

  • Mozilla Firefox 3 or newer
  • Apple Safari 3 or newer
  • Google Chrome
  • Opera 10 or newer
  • Microsoft Internet Explorer 7 or newer

plum.Form is extremely simple to use. Include the JavaScript, tell Plum to focus on all forms, and you’re set!

<form>
<input type="checkbox" />
</form>
<script src="jquery.plum.form"></script>
<script> $('form').plum('form'); </script>

Download plum.Form – A jQuery Form Styling Tool (Forms)

Leave a Reply

Your email address will not be published. Required fields are marked *