jenkinsns / SPListjs

JavaScript Library for SharePoint REST Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source Love MIT Licence

SPListjs

JavaScript Library for SharePoint REST Services

Easily Add, Update, delete and read items and populate form elements. Reduces your SharePoint AJAX async/sync interaction to a few lines of code.

This javascript spList file basically performing CRUD operations, using the combination of REST API and jQuery Ajax. Working with this javascript handy while working with SharePoint Apps or creating Custom Forms which involves Client Side Code.

Features

  • Easy Async or Sync functionality
  • Simple - 1-2 lines of code to add/update/delete listitem
  • Modern - Pure JavaScript and jQuery solution

Methods

  • List Interface - Read, create, update and delete List/Library items with a single line of code
  • REST Interface - Run ad-hoc REST calls to any SharePoint REST API

Supported Environments

  • Office 365, SharePoint 2013 and SharePoint 2016

License

  • Enterprise license not required

About

JavaScript Library for SharePoint REST Services

License:MIT License


Languages

Language:JavaScript 100.0%