A jQuery plugin that helps you create signatures, allowing your users to generate signatures using a mouse, finger or pencil.
HTML
<div id="signature"></div>
jQuery
Calling jSignature is very simple:
$(function() { $("#signature").jSignature() })
The above is the entire content of this article, I hope you all like it.