Identify whether the Page is in EditMode or in Design Mode in SharePoint 2013 using Javascript.

Let us see how to identify whether a publishing page is in Edit Mode or in Design mode using Javascript in SharePoint 2013

 

Using jquery.magnific-popup.min.js to highlight the Images in SharePoint 2013

In this article let us see how to use jquery magnific popup to magnify the images on a sharepoint 2013 site.

 

How to Make a Feel that the Page Loads Asynchronous in SharePoint 2013

In this article let us see How to Make a Feel that the Page Loads Asynchronous in SharePoint 2013.

 
 

Binding SAP UI 5 aka Open UI 5 Table with List data from SharePoint 2013 REST API

SAP UI 5 aka Open UI 5 is a new development framework available for SAP developers to expose and consume SAP data as JSON objects via REST API calls. Since it is a JavaScript UI  …read more

 

StarRating WebPart using RateIt Jquery Plugin in SharePoint 2013.

StarRating WebPart using Reputation.js RateIt.CSS in SharePoint 2013 – An Introduction.

 

How to do FormPost in SharePoint 2013 using JavaScript.

In this article let us see how to do a FormPost from SharePoint 2013 to Other WebSites. i.e. PHP or ASP WebSites.

 
 

Object Expected – Init.JS on SharePoint 2013 JavaScript and JQuery.

While calling the ExecuteOrDelayUntilScriptLoaded Object Expected Exception may occur on Init.JS. Let us see why it is Occurring.

 

“EnsureScriptFunc is Undefined” – How to Handle Javascript this exception in SharePoint 2013.

“”EnsureScriptFunc is Undefined” – How to Handle this exception in SharePoint 2013 when working with Javascript CSOM.”

 

Implementing “I Am Feeling Lucky” Like Google in SharePoint 2013 Search using JavaScript

In this article let us see how to implement “I Am Feeling Lucky” like google in SharePoint 2013 Search using JavaScript.

 
 

Return Value from ClientContext.ExecuteQueryAsync in Javascript CSOM on SharePoint 2013

How to get a Return value from ClientContext.ExecuteQueryAsync in SP.JS. The method is Asynchronous method. Hence there needs to be a workaround for this. Let us see that in this article.