Closed navinkrishnan closed 9 years ago
I wanted to make jSignature read only, which means only displaying Signature.
I found there is a method disable which is mentioned as "disable - makes the canvas read-only and disable the jSignature buttons"
disable
When i tried to use as
$("#eSign").jSignature("disable")
Getting following error : Uncaught Error: Method disable does not exist on jQuery.jSignature
Is there any way i can make this work ?
Sorry, that was a version Conflict. This is working after replacing with Latest jSignature.min.js
jSignature.min.js
I wanted to make jSignature read only, which means only displaying Signature.
I found there is a method
disable
which is mentioned as "disable
- makes the canvas read-only and disable the jSignature buttons"When i tried to use as
$("#eSign").jSignature("disable")
Getting following error : Uncaught Error: Method disable does not exist on jQuery.jSignature
Is there any way i can make this work ?