I can't disable or enable jSignature using the following commands;
$('.signature').jSignature("enable");
$('.signature').jSignature("disable");
i got the this error when running it in browser console
ReferenceError: enable is not defined
There are no known issues with enable/disable.
You're probably referencing the wrong element or $ is not returning the correct object.
Its hard to tell without seeing the code.
I can't disable or enable jSignature using the following commands; $('.signature').jSignature("enable"); $('.signature').jSignature("disable"); i got the this error when running it in browser console ReferenceError: enable is not defined