jSignature是一个JavaScript小部件(jQuery插件),它简化了在浏览器窗口中创建签名捕获字段的过程,允许用户使用鼠标、笔或手指绘制签名。
<!-- you load jquery somewhere before jSignature ... -->
<script src="path/to/jSignature.min.js"></script>
<!-- this, preferably, goes inside head element: -->
<!--[if lt IE 9]>
<script type="text/javascript" src="path/to/flashcanvas.js"></script>
<![endif]-->
<div id="signature"></div>
<script>
$(document).ready(function() {
$("#signature").jSignature()
})
</script>
Github 地址 :https://github.com/brinley/jSignaturep
官方文档 : http://willowsystems.github.io/jSignature/#/about/
在线演示地址 :http://www.htmleaf.com/Demo/201505281922.html