Skip to content

This Library is helpful when you developing the Sharepoint Hosted Addin inside the Sharepoint 2013, 2016 or Sharepoint Online. All necessary functions and operations are bundled into callback requests apart from the traditional Ajax calls.

Notifications You must be signed in to change notification settings

99x-incubator/SPMagic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

SPMagic - Sharepoint Hosted Addin Helper

This Library is helpful when you developing the Sharepoint Hosted Addin inside the Sharepoint 2013, 2016 or Sharepoint Online. All necessary functions and operations are bundled into callback requests apart from the traditional Ajax calls.

Pre-requisites

  • jQuery - You can use inbuilt jQuery library inside this repo (Recommended)

Installation

Clone the Repository or Download it.

$ git clone https://github.com/99xt-incubator/SPMagic.git

Then copy the SPMagic.js file to the Sharepoint project and Include it in the project. Then add it as a <script> tag.

<script src="SPMagic.js"></script>

How to use

Not defined yet

About

This Library is helpful when you developing the Sharepoint Hosted Addin inside the Sharepoint 2013, 2016 or Sharepoint Online. All necessary functions and operations are bundled into callback requests apart from the traditional Ajax calls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published