I have a SharePoint app that uses userCustomActions to add javascript to the host web from the app web. I'd like to use jQuery in that code, however the Host Web does not contain the jQuery library. Is there a best practice to loading jQuery
in this way? Programmatically instead of manually adding it to the host web?
↧