Closed isAlmogK closed 9 years ago
If have the following - var signature = $("#signature").jSignature("getData", "image/jSignature;base30"); I get undefined
this works fine - var signature = $("#signature").jSignature("getData", "base30");
Why do you use the first one though? Is this expected to work? I just found the second one in the docs.
@escapedcat no for some reason I thought alias can also be used as the string option. My mistake
Cool ;)
If have the following - var signature = $("#signature").jSignature("getData", "image/jSignature;base30"); I get undefined
this works fine - var signature = $("#signature").jSignature("getData", "base30");