jQuery Library for SharePoint Web Services (SPServices) v0.6.1 Released

Today (April 13), I released SPServices v0.6.1. This release doesn’t have a long list of changes from v0.6.0, but there is a new function which many people have asked for plus two other enhancements. For posterity, here are the changes: New Functionality Alpha Issue Tracker Item Function Description ALPHA1-2 5647 $().SPServices.SPFilterDropdown New Function Idea: Filter…

SPServices v0.6.1ALPHA1 Released with New SPFilterDropdown Function

I wanted to do a quick post about SPServices v0.6.1ALPHA1. The one change in this ALPHA is to add a new function called SPFilterDropdown. I’ve had a lot of requests for this functionality lately, though it has come up on and off in the past as well. Note that this is an ALPHA release, and…

Adding Script into a Content Editor Web Part (CEWP) in SharePoint 2010

This post was cross-posted on NothingButSharePoint.com onĀ 9 May, 2011. In my earlier post, I showed how to add script into a page using the CEWP in SharePoint 2007. In this post, I’ll do the same for SharePoint 2010, though in SharePoint 2010 there are other options as well. It’s worth repeating the intro to the…

Listing Folders in a SharePoint List or Library with SPServices

I got a question in the SPServices Discussions the other day (it’s currently at the bottom of the thread) about listing folders in a SharePoint Document Library with SPServices. Little examples like this can be useful learning tools, even if they aren’t exactly what you are trying to do. <UPDATE>Based on the first two comments…