Thursday, November 18, 2010

Signature Pad – A jQuery Plugin For Accepting Signatures Online

Signature Pad – A jQuery Plugin For Accepting Signatures Online:

Signature Pad is a jQuery plugin which transforms an HTML form into a canvas where users can draw their signatures.

It has 2 modes:

  • TypeIt mode where the user’s signature is automatically generated as HTML text and styled with @font-face from the input field where the name is typed.
  • DrawIt mode where the users can draw their signatures on the canvas element.

Signature Pad jQuery Plugin

The signature submitted is stored as a JSON array which makes re-generating it possible.

And, the plugin doesn't need to be used as its name suggests, you can ask users to draw anything and store it easily.

Special Downloads:

Related posts:

Parse RSS Feeds and Display Images with Lumebox

Parse RSS Feeds and Display Images with Lumebox:

The Lumebox is an Open-Source Lightbox clone written as a JavaScript jQuery plugin with a few added features. One of the main features is that it can parse RSS feeds just as easily as displaying images.

The Lumebox also searches the post or page for links leading to images (and RSS-feeds) and opens them in a popup instead of following them. The Lumebox was written using jQuery 1.4.3. The Lumebox plugin is released under the GNU GPL.

lumebox

Requirements: jQuery Framework Demo: http://anders.zakrisson.se/projects/lumebox/ License: GPL License

Related Posts