Open dmanter opened 11 years ago
Is it possible that you are NOT loading jQuery, and, thus, when jSignature loads it has no place to attach?
Sorry. this report is hard to read. Do you have it published somewhere temporarily? It would be much easier for me to see what you mean by "error object doesn't support jsignature"
Hi
Here is a screen shot of the error. It’s cut off but the end of the error message line is “jsignature”. I know jquery is loaded because the jquery “POLL” occurs ok to the Webserver window as shown “/Poll0”. Once I click the close button to the error the Polling continues from the jquery polling routine. I included the webpage source as well.
Thanks for help
Doug
<!DOCTYPE html>
``` ```From: D. Dotsenko [mailto:notifications@github.com] Sent: Wednesday, February 06, 2013 6:28 PM To: willowsystems/jSignature Cc: dmanter Subject: Re: [jSignature] Need Help (#21)
Is it possible that you are NOT loading jQuery, and, thus, when jSignature loads it has no place to attach?
Sorry. this report is hard to read. Do you have it published somewhere temporarily? It would be much easier for me to see what you mean by "error object doesn't support jsignature"
— Reply to this email directly or view it on GitHubhttps://github.com/willowsystems/jSignature/issues/21#issuecomment-13211941.
I don't see a screenshot anywhere. Try to attach it directly in GitHub, not over email.
Thanks but I figured out my problem…
Thanks for your attention
Doug
From: D. Dotsenko [mailto:notifications@github.com] Sent: Thursday, February 07, 2013 2:04 PM To: willowsystems/jSignature Cc: dmanter Subject: Re: [jSignature] Need Help (#21)
I don't see a screenshot anywhere. Try to attach it directly in GitHub, not over email.
— Reply to this email directly or view it on GitHubhttps://github.com/willowsystems/jSignature/issues/21#issuecomment-13253595.
[image: Description: Image removed by sender.]
Real new to all html stuff. Wrote a C# webserver that serves very simple page for a few text inputs of data and need signature on form loaded demo but get error object doesn't support jsignature. No clue how to troubleshoot. Libs seems to load ok as no script errors in IE9 except the not support error. I had to add a / in front of libs to get the intial error about libs to go away now just get the object not support jsignature error. Thanks for any help Doug
<!DOCTYPE html>
``` ```Unattended