brinley / jSignature

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

Disable or enable Jsiganture ??? #71

Closed EngMohsen closed 9 years ago

EngMohsen commented 9 years ago

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

brinley commented 9 years ago

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.

Closing for now