Using SPServices with jQueryUI’s Autocomplete Function on InfoPath Forms in SharePoint

Yes, that title says using jQueryUI on InfoPath forms in SharePoint. InfoPath forms are fantastic, except when they just aren’t quite able to do what you want. While InfoPath can help you take your SharePoint list forms to a whole new level, there may be times when you want to add some behavior to those…

Taming Long SharePoint List Forms Using jQuery to Break Them into Sections

Do you have any lists in SharePoint where the forms seem to go on and on, marching down the page, seemingly ad infinitum? I’ve seen lists which have over a hundred, even over 300 columns. This is a horrible thing to do to your users for so many reasons, but one of the primary reasons…

Showing a Spinning Icon When Using SPServices

Here’s another quick question that ought to be useful to many people as they develop solutions with SPServices. Here’s the original question: Is there a way to add and animate /_layouts/images/gears_an.gif to my SPServices Page while the Service Request is being processed. Everything I have seen seems to require calling SPLongOperation from the code beside….

SPServices Spring 2011 Survey Results – Part 1: Demographics

I recently did a survey asking the SPServices user community questions about how they used the library, how long they’ve used it, why, for what types of solutions, etc. I read through all of the responses, learned a few things, and promptly forgot to publish the results. There is some interesting information in the responses…

Adding jQuery+SPServices to a SharePoint Page: Step One, Always

As a follow up to my prior post Adding jQuery to a SharePoint Page: Step One, Always, here’s another step one, always, for when you are using jQuery+SPServices. Even if you have referenced the jQuery library correctly, you still may not be referencing SPServices correctly. To make sure that SPServices is referenced correctly, add this…

Updating a Lookup Column Using SharePoint’s Lists Web Service

The SPServices discussions are a fount of interesting information. I find myself answering all sorts of questions which, while connected to SPServices, are often just as much about how SharePoint works in general. I had two questions recently about how to update Lookup columns with UpdateListItems, and I thought they would be of general interest….