Cascading dropdowns with jQuery and SPServices on a page or webpart

28 Nov

The SPServices library on Codeplex (http://spservices.codeplex.com) provides a lot of useful functionality to access SharePoint data. One of the functions is the SPServices.SPCascadeDropdowns function. Here is a link to the documentation of this function: http://spservices.codeplex.com/wikipage?title=$().SPServices.SPCascadeDropdowns&referringTitle=Documentation   As explained on the site … Read More »

jQuery SPServices and autocomplete

21 Aug

On Codeplex the SPServices library is available. This is a jQuery library for SharePoint Web Services. One of the functions available in the library is the SPAutoComplete: http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPAutocomplete   The SPAutocomplete lets you provide values for a Single line of text column … Read More »