brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
693 stars 530 forks source link

How to add 'Undo last step' button #91

Closed gurmukh360itpro closed 9 years ago

gurmukh360itpro commented 9 years ago

I am using this plugin. It is awesome and works totally fine but I am not able to add 'UNDO' button. Please help me with this. Thanks in advance...

gurmukh360itpro commented 9 years ago

oops I have found it in 'jSignature.min.noconflict.js' . Just do it like this $("selector").jSignature({ lineWidth: 1, width: 1095, height: 600, 'decor-color': 'transparent', UndoButton:1 });