Brinley Ang
Brinley Ang
You can do something like the following, $.post("formsubmit.php", { "sig": $("#signature").getData() }); On Wed, Aug 7, 2013 at 8:56 AM, jghuff3 [email protected] wrote: > If I do it the 2nd...
Sounds like you want to do conversion in .Net? See https://github.com/brinley/jSignature/blob/master/extras/SignatureDataConversion_dotNet/core/converter_alphanum_base30.cs
At present no, but it sounds like a good feature to implement
It looks like you got your formats mixed up. Try saving your data as $("#signature").jSignature("getData", "base30"); And reimporting as $("#signature").jSignature("setData", 'data:image/jsignature;base30,@Model.FIRMA');
Try looking at the https://github.com/brinley/jSignature/tree/master/extras/SignatureDataConversion_dotNet
I havent used jQuery mobile recently but have you tried setting a fixed height on jsignature container or trying to intialise it on jQuery mobile's pageload instead?
I'll need to take a look. In the mean time, any reason you can't initialise them individually?
I cant replicate it, What browser do you see this error in? And do you see the error when resizing in http://www.unbolt.net/jSignature On Mon, Aug 5, 2013 at 2:04 AM,...
Ah its easier now that I see the source. signature1 - i'm quite sure you need the html body tags signature2 - its the way you used class resize that...
I noticed that you were referencing to the jSignature on my box so I've made a quick change on that file. Can you see if its working as expected now?...