BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
If you are using any script file and getting "Uncaught ReferenceError: jQuery is not defined " which means ‘ jQuery ’ is either a variable or a method which you are trying to use before declaring it using var keyword. This means that there is a non-existent variable referenced somewhere. This variable needs to be declared, or you need to make sure it is available in your current script or scope otherwise , it will endup throwing this ‘ jQuery ’ is not defined error . This usually indicates that your library is not loaded and JavaScript does not recognize the ‘ jQuery ’.
To solve this error: Load your library at the beginning of all your scripts.
There can be multiple other reasons for this issue:
Hi Customer,
We suspect that the issue you are facing at your end is due to an improper script reference in the Site.master page. Also, using duplicate script references will cause unwanted behavior in the output of the sample. Please check the below KB document links to resolve the issue at your end.
https://www.syncfusion.com/kb/9197/resolving-jquery-multiple-references-error
Please let us know if you need any further assistance.
Regards,
Indhumathy L