I have managed to save JSignature data to the database. The string looks like this.
image/jsignature;base30,4P2cl1H1J1T1U1P1K1yiZ2X54000000337ehq1v1u1z1Atke8200Y47dkqsmda76422232368dj1C1z1D1D1xrea310Z79caa763000Y32568adgol_4DZ335dcfifega3Y79bbcdecab864320Z4caec866767753200Y34667776766472200Z89f975551Y1668aba885330000Z3576
Now i need to display the signature again in the next page.
I tried doing
$("#getSignatureBack").jSignature("importData", data );
where data
is the above string and getSignatureBack
is the ID of the div
that i want to display the signature. How do i do it?
Thanks