// Load the required SharePoint libraries.
$(document).ready(function () {
// Get the URI decoded URLs.
hostweburl =
decodeURIComponent(
getQueryStringParameter("SPHostUrl")
);
// The js files are in a URL in the form:
// web_url/_layouts/15/resource_file
var scriptbase = hostweburl + "/_layouts/15/";
// Load the js files and continue to
// the execOperation function.
$.getScript(scriptbase + "SP.Runtime.js",
function () {
$.getScript(scriptbase + "SP.js", execOperation);
}
);
});
Build modern applications and add-ons that increase the productivity and efficiency of your processes.
Leverage the power of SharePoint Online to create dynamic team sites, manage documents effectively, and streamline internal communication. We help you design, implement, and customize SharePoint solutions that enhance collaboration, improve information discovery, and automate business processes.
We use cookies to improve your experience. By continuing to browse, you agree to our Privacy Policy