jQuery Library for SharePoint Web Services v0.4.7 Released

I released v0.4.7 of the jQuery Library for SharePoint Web Services today. This release primarily contains enhancements to existing functions, but also a new set of operations for the Meetings Web Service. The big headlines are: Support for multi-select parent columns in $().SPServices.SPCascadeDropdowns “Secondary” relationshipList support in $().SPServices.SPCascadeDropdowns A new completefunc option for most of the functions (where…

A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Real World Example – Part 2

Cross-posted from EndUserSharePoint.com… Part 1 Part 2 Part 3 Part 4 In my last article, I showed how I used my jQuery Library for SharePoint Web Services to improve data quality by enhancing an out of the box form using the SPRequireUnique, SPDisplayRelatedInfo, and PreSaveAction functions. In this installment, I’ll show you how I created…

jQuery Library for SharePoint Web Services: Lots ‘o New Stuff Coming in v0.4.7

I’ve been banging away on new features and functionality for the next version of the jQuery Library for SharePoint Web Services, so my blogging has fallen by the wayside a bit.  v0.4.7 is shaping up nicely, in large part because the stuff that I’ve been adding has been driven to a large degree by the community of…

A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Real World Example – Part 1

Cross posted from EndUserSharePoint.com… Part 1 Part 2 Part 3 Part 4 So I’ve been going on about how wonderful this jQuery Library for SharePoint Web Services stuff is, but you may have wondered if I ever actually use the library in real world situations. You bet I do, and it lets me build some…

Interesting New Uses for SPDisplayRelatedInfo: Follow Up

Following up on my post Interesting New Uses for SPDisplayRelatedInfo, I’ve just added two new options to the SPDisplayRelatedInfo function in the first alpha for v0.4.7 of the jQuery Library for SharePoint Web Services.  The function is getting a little overloaded with options, but these two seemed pretty valuable yet not worth breaking things out into…