We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sitecore-Forms-Extensions/src/Feature/FormsExtensions/code/sitecore modules/Web/ExperienceForms/scripts/formsextensions.validate.js
Line 6 in 8b0371b
Would we be able to namespace the usage of SFE js so that it's not sitting in global scope?
The text was updated successfully, but these errors were encountered:
Hi Mark, You are reaching the boundaries of my skills with this one. Can you make a suggestion or help me out? Best Regards
Sorry, something went wrong.
Hi Bart, Sure , a good reference on options is https://www.freecodecamp.org/news/javascript-modules-a-beginner-s-guide-783f7d7a5fcc/ - Perhaps the simplest way in this case would be to use the anonymous closure with jquery global import.
Example https://github.com/aspnet/jquery-ajax-unobtrusive/blob/master/src/jquery.unobtrusive-ajax.js
markgibbons25
No branches or pull requests
Sitecore-Forms-Extensions/src/Feature/FormsExtensions/code/sitecore modules/Web/ExperienceForms/scripts/formsextensions.validate.js
Line 6 in 8b0371b
Would we be able to namespace the usage of SFE js so that it's not sitting in global scope?
The text was updated successfully, but these errors were encountered: