Home >Web Front-end >JS Tutorial >jquery plug-in jSignature implements manual signature_jquery

jquery plug-in jSignature implements manual signature_jquery

WBOY
WBOYOriginal
2016-05-16 16:01:072172browse

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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn