How to do a CAML Query on SharePoint 2013 List by JavaScript

In this article let us see how to do a CAML Query on SharePoint 2013 List by Javascript

 

How to Close the SharePoint Modal Dialogs with Escape (ESC) Key Press

How to Close the SharePoint Modal Dialog with Escape Key Press (ESC) – A SharePoint tip

 

HTML5 Video Tag – Strange Behavior of SharePoint 2013

HTML5 Video Tag – Strange behaviour of SharePoint – an intro

 
 

How to remove some elements within the Div using JQuery

In this article let us see how to remove any html element using JQuery.

 

How to Export a HTML Table to Excel using Javascript

In this Article let us see how to do an Export to Excel using Javascript in SharePoint 2013.

 

XMLHttpRequest cannot load http://Site/api/. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://MyCallingSite’ is therefore not allowed access. SharePoint 2013 Error

In the previous articles, Creating WebApi, and Calling WebApi, we saw how to create a WebAPI and how to call them from the Javascript. But, not all the browsers accepts this type of calling. For  …read more

 
 

How to call WebApi in SharePoint 2013 using Javascript

In this article let us see about how to make a call to the WEBAPI from javascript on SharePoint 2013.

 

How to Execute EXE from SharePoint 2013 using Javascript.

In this article let us see how to run the EXEs by Javascript in SharePoint 2013.

 

How to get the User Groups of the Current Logged in User using Javascript in SharePoint 2013

In this article let us see how to get the User Groups of the Current logged in User Using Javascript in SharePoint 2013.

 
 

How to call a Search API using REST using JavaScript from SharePoint Hosted App in SharePoint 2013

In this article let us see how to call a Search API using REST in SharePoint 2013 by Javascript from a SharePoint Hosted App.