Code SharePoint
lll
Home
Power Platform
Blogs
Interview Questions
SharePoint
SharePoint Tutorials
Blogs
Interview Questions
REST-API
PowerShell
CSOM
JSOM
Azure
Blogs
Azure Tutorials
Categories
x
All Methods (101)
Site (7)
List (18)
List Item (5)
Navigation (8)
Content Type (6)
Field (13)
View (14)
File (17)
Group (7)
Property Bag (2)
Permission Level (4)
Categories
All Methods (101)
Site (7)
List (18)
List Item (5)
Navigation (8)
Content Type (6)
Field (13)
View (14)
File (17)
Group (7)
Property Bag (2)
Permission Level (4)
Latest Posts
Power Platform Interview Questions
Azure Tutorials for Beginners
Client-Side Object Model (JSOM)
JavaScript Object Model (JSOM) is a great value addition for SharePoint development. The articles teach how you can use JSOM script in your application from Clint Browser itself.
You can use ECMA Script Client Object Model (JSOM) to retrieve, update, and manage data in SharePoint.
With help of Content Editor Web part (CEWP) or Script Editor Web Part (SEWP) you can put the script on page and interact with SharePoint.
In this set of tutorials, we are going to focus on examples on
JavaScript Library.
To use
JavaScript Object Model (JSOM)
, below mentioned two libraries are used.
<
script
type
="text/javascript"
src
="/_layouts/15/sp.runtime.js"></
script
>
<
script
type
="text/javascript"
src
="/_layouts/15/sp.js"></
script
>
We have tried to give most of the JSOM examples that can be used in school teaching, college teaching, learning, research work, development, interview preparation.