Plugins

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.

autofill


JQByte StickyForms

StickyForms is a jquery plugin that automatically saves all form fields into cookies, and then autofills those values on any form that shares element IDs across your site.

StickyForms gives you the ability to control:

  • Which element types (text, checkbox, select-one, etc.) that you want to be sticky.
  • Any element IDs you want excluded (e.g. #password).
  • The length of the cookie lifetime for the sticky property.
  • The flexibility to control if you want the field values to be sticky on a single form, or across all forms on your site.
  • The ability to enable debugging and automatic disabling of the StickyForms plugin.

AutoFill Form Fields

A jQuery plugin for adding simple auto-fill functionality to your form fields. It clears the default value on click and replaces it if the field is left empty on blur. Allows customizable default value and font colors.