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

jquery plug-in jSignature implements manual signature_jquery

WBOY
Release: 2016-05-16 16:01:07
Original
2157 people have browsed it

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>
Copy after login

jQuery

Calling jSignature is very simple:

$(function() { 
  $("#signature").jSignature() 
})
Copy after login

The above is the entire content of this article, I hope you all like it.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template