brinley / jSignature

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

Check if jSignature is initialized #190

Open nitins-nitins opened 3 years ago

nitins-nitins commented 3 years ago

Hello

I have initialized the jSignature as:

var $sigdiv; $sigdiv.jSignature();

I haven't drawn anything on it yet. Now after some lines of codes, I want to check whether jSignature has been initialized or not? How can I check this?

Regards