Questions tagged [spservices]

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use.

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 provide more useful (and cool) capabilities. It works entirely client side and requires no server install.

http://spservices.codeplex.com/

184 questions
-1
votes
2 answers

SharePoint Internal Field Name

I am using SPServices to update a field, however it is not updating and causing no ends of frustration. I have been able to update other fields using this code so I can only come to the conclusion that the internal field name is…
Corbin Spicer
  • 285
  • 1
  • 8
  • 26
-1
votes
1 answer

Undefined is not a function - SPServices

Console Log: Uncaught TypeError: undefined is not a function index.html:77 LoadCat index.html:77 (anonymous function) index.html:107 n.event.dispatch jquery.js:3 r.handle Code: function LoadCat(cat) { if (cat != null) { …
Corbin Spicer
  • 285
  • 1
  • 8
  • 26
-1
votes
2 answers

Compare date object to difficult string

Issue is that I have one value that is returned by $(this).attr("ows_Modified"); //(Sharepoint and SPService thing) This value seems to be string 'Fri Oct 19 2012 13:35:45 GMT+0200' need to compare it to the date object with value format like…
user13069
  • 5
  • 1
-3
votes
1 answer

No puedo comparar una variable con un cadena de tipo String en SPservices

I want to hide the Ribbon in Office 365 SharePoint according to the group that this user was able to extract the group to which the user belongs, I can not compare it with a string does not fall within the IF, to hide the ribbon this is my code if I…
1 2 3
12
13