New Post: SPServices 2013.01 - Test
I am newbie to both JQuery and SPServices. I recently testing v.72 and works fine on my SP2010 environment. Yesterday, I downloaded the 2013.01 release and replace my library reference in my existing...
View ArticleNew Post: SPServices 2013.01 - Test
You ought to be able to replace 0.7.2 with 2013.01 and see identical results. I've tried very hard to maintain backward compatibility. Have you checked the Net tab in Firebug to make sure that the...
View ArticleNew Post: SPServices 2013.01 - Test
Hi Marc, Thanks for the quick response. Yes, I do see an entry in the Net tab:"__Http://_vti_bin/Lists.asmx Aborted vti_bin 0b_" If I restore the .72 reference, it works fine.
View ArticleNew Post: Date Columns returning all undefined
Thanks for all the help. I now have a better grasp of how this all works. Have a good day. N.
View ArticleNew Post: SPServices 2013.01 - Test
<script language="javascript" type="text/javascript"> $(document).ready(function() { //-----------SPSERVICES GET ALL LIST ITEMS FROM THE LIST var htmlTable = '<table>'; $().SPServices({...
View ArticleNew Post: UpdateListItems required permissions to add items
Hello, first thanks for creating this library, it's been a great experience so far and has made MOSS 2007 form customization much more intuitive. My team's site setup is based on MOSS 2007 and has an...
View ArticleNew Post: UpdateListItems required permissions to add items
Usually the Members group would have Contribute permissions, which would take care of it. The Web Services run under the credentials of the current user, so they can only do things that they can do...
View ArticleNew Post: SPServices 2013.01 - Test
I don't see anything obvious. You aren't using jQuery 1.9.x, are you? Those versions have bugs that prevent them from working with SPServices. M.
View ArticleNew Post: UpdateListItems required permissions to add items
Thanks for the quick response sympmarc, going over it again I'm thinking the permission assignments for the Members group are the issue. I created the custom Fake permissions level for testing...
View ArticleCommented Feature: Extending $().SPServices.SPListNameFromUrl [10057]
From: http://spservices.codeplex.com/discussions/348892Add an option to allow passing in a URL to the function rather than simply picking up the current context. This will help where custom list forms...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleNew Post: SPServices 2013.01 - Test
Here are the references:<script language="javascript" src="/_layouts/jquery/jquery-1.8.3.min.js" type="text/javascript"></script> <script language="javascript"...
View ArticleNew Post: UpdateListItems required permissions to add items
Ok, I stripped out all permissions from the Members group except the Fake permission set I defined. I also removed the Manage Lists setting , so it seems like they should have basic Contribute...
View ArticleNew Post: UpdateListItems required permissions to add items
Hi sympmarc, I'm a novice and must not have a good enough idea about how permissions work in MOSS 07. I checked the permissions for the Test user account I'm using, could Limited Access permissions be...
View ArticleNew Post: UpdateListItems required permissions to add items
From what I've read, 0x80070005 is an access denied error. I'm still not exactly sure why this permission is required to update a list. I've gone through the list and group permission settings several...
View ArticleReleased: SPServices 2013.01 (May 07, 2013)
Note that with this release, I'm changing the version numbering scheme. The prior release was 0.7.2 and this release is 2013.01. See all changes and resolved issues in the Issue Tracker here. Link to...
View Article