Latest Posts

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.
© 2024 Code SharePoint