bencentra / jq-signature

jQuery plugin for creating touch-friendly signature fields using the HTML5 canvas
http://bencentra.github.io/jq-signature/
MIT License
47 stars 28 forks source link

Trigger events on input #2

Closed bencentra closed 9 years ago

bencentra commented 9 years ago

Expose a jq.signature.changed event whenever the signature is changed, as well as other appropriate events (start and stop?)

bencentra commented 9 years ago

Added 'jq.signature.changed' event, triggered on mosueup/touchend.