建站资源下载详情
为您免费提供多种建站资源下载,包括网站模板下载、前端插件下载和字体下载!您只需注册为会员即可任意下载!

JQuery签名插件jSignature.js

来源:易助科技网浏览量:9收藏

简介


jSignature是一个JavaScript小部件(jQuery插件),它简化了在浏览器窗口中创建签名捕获字段的过程,允许用户使用鼠标、笔或手指绘制签名。


JQuery签名插件signature-示例图



使用


1   引入文件


<!-- you load jquery somewhere before jSignature ... -->
<script src="path/to/jSignature.min.js"></script>


2.  HTML


<!-- 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>


3.  调用


<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