Our jQuery Library for SharePoint Web Services Is Available on Codeplex

We released our jQuery library for SharePoint Web Services to Codeplex today.  You can find it at http://spservices.codeplex.com; the current release is 0.2.3. We’ll keep the existing demo page up and running on the Sympraxis Consulting demo site and try to keep it current with each new release.  The demo page basically mirrors our test…

Determining the Current Site URL with jQuery and SharePoint’s Web Services

I’m not sure that I’m enamored with this as a solution, but I thought that I’d post this function to see what folks think and whether there are any better ideas out there.  (I’ve looked, and I certainly can’t find any!)  I’m building this function to sit in our SharePoint jQuery library, so I can’t…

jQuery Fun with Animation and Opacity

Over the last few days, I’ve been doing some more work with jQuery.  It’s really a very cool abstraction on JavaScript, but it does take some getting used to.  My latest challenge is to understand .animate.  It’s pretty straightforward, but cross-browser issues can make it tricky.  I’m having “special” trouble with opacity in Internet Explorer. …