SignaturePad: A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
• Dependencies: FlashCanvas/1.5, json2.js, jQuery/1.3.2+
- Include
jquery.signaturepad.css
,flashcanvas.js
,jquery.js
,jquery.signaturepad.js
,json2.js
in your HTML file - Create the HTML, following the example
$('.sigPad').signaturePad();
- Remember that most things are configurable
- Accepting a Signature
- Requiring a Drawn Signature
- Regenerating a Signature
- Accepting Multiple Signatures
© 2014, Thomas J Bradley, hey@thomasjbradley.ca
Signature Pad is licensed under the New BSD license.
All dependencies: jQuery, json2.js, and FlashCanvas retain their own licenses.