Tuesday, March 31, 2015

Trick to know the loaded Jquery file version

Ever wanted to check the version of the jquery file...

try this simple trick..
open console window of the broweser
paste jQuery.fn.jquery and hit enter.


Thursday, March 26, 2015

Why SPServices?

The Client Object Model only works in SharePoint 2010 and does not work for anonymous users. SPServices works the same in both SharePoint 2007 and 2010 and works just fine with anonymous users as long as anonymous users have access to the pages and the scripts. As far as just calling the Web Services directly? Well, that’s basically what SPServices does except it takes care of the heavy lifting for you and wraps the Web Service methods in easy to use functions. So, if you prefer to manually write SOAP envelopes and all that fun stuff, have at it.