2013, 2016, Development Blog, jQuery, SharePoint
_spBodyOnLoadFunctionNames in SharePoint (2013 & 2016) vs. jQuery’s document ready
Since SharePoint 2013, Microsoft seems to have embraced jQuery, and you can now happily use jQuery or $ as you please in the SharePoint environment. Here are some code samples and explanation on how to use it.
Read More2010, 2013, 2016, Development Blog, jQuery, Office 365, SharePoint
Clean CSOM JavaScript structure to access SharePoint list data
With proper code samples, learn how to write clean, maintainable JSOM/CSOM for SharePoint and without overriding other third party frameworks already running on your site.
Read MoreDevelopment Blog, jQuery
Debugging HTML / CSS layout on an iPad
In creating a new store locator for Dairy Queen, my layouts were working well on all the supported browsers. On iPad, the layout works 99% but had some pixel discrepancies on a couple of elements. I found this article by Lorenzo Orlando Caum on debugging layouts in with FireBug Lite very helpful.
Read More2010, Development Blog, jQuery, SharePoint
jQuery’s $() vs. jQuery() and why you should use jQuery.noConflict();
SharePoint uses the $() namespace in specific instances, which can cripple jQuery (or vice versa). This article explains how to use jQuery and SharePoint in harmony.
Read More2010, Development Blog, jQuery, SharePoint
_spBodyOnLoadFunctionNames in SharePoint vs. jQuery’s document ready
Instantiating the jQuery has always been an interesting challenge in SharePoint. As time goes on and more content is added, different site types are used, etc., you can run into some interesting behaviors ranging from $ collisions and scripts not loading at all. This article explains how to make it all play nicely together.
Read More2010, Development Blog, jQuery, SharePoint
Adding Images & Links to a SharePoint 2010 Survey
As you probably know, SharePoint 2010 (like 2007) only allows plain text in the question fields for surveys. This post explains why, and gives a solid workaround with little effort.
Read More