avatar Bipul Raman Engineer | Speaker

Working with JSOM (JavaScript Object Model) on SharePoint Apps
Posted by Bipul Raman on July 19, 2015.

In this article i have written code samples which a developer can use to start working on JSOM ( JavaScript Object Model) in SharePoint Add-In (formerly) SharePoint Apps development.

The first part of the code in JSOM will be creating context. The approach of creating context depends if the data lying in the same site or other site.

* This article was modified on Feb 25, 2019 and the code samples has been moved to GitHub at https://github.com/BipulRaman/SharePoint-JSOM-Samples .