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
2
votes
3 answers

jquery spservices update listitem

i'm trying to update a listitem using jquery spservices. everything is working but when i try to add a href to a richtextfield it doesnt work. it only updates plain text not the href. below is code, it's just a test so those urls are for…
user1652050
  • 153
  • 3
  • 6
  • 16
2
votes
1 answer

How do I get the Full URL from SPListItem (curren item)?

This is my code, but i don't know which is the field for url. Can I get url with a different way? var f = ""+ ''+ ''+ '
Tabares
  • 4,083
  • 5
  • 40
  • 47
2
votes
1 answer

SPServices.SPGetCurrentUser causes security warning in https environment

I'm using SPServices.SPGetCurrentUser to, well, get the currently logged in user, then determine what group they're in, and finally disable a field based on that determination. It works, with one big problem. This is a SP 2010 Foundation Intranet…
PushCode
  • 3,077
  • 4
  • 25
  • 26
2
votes
1 answer

Beginner: javascript date conversion from string to UTC date.js into SharePoint list

I am trying to take a string'd date value from an element, and convert it to a js var in order to use SPServices to add to a SP 2010 list (date field). I found the date.js resource, but I am not sure how to properly use it. Everything I do that…
Justin
  • 4,461
  • 22
  • 87
  • 152
2
votes
2 answers

Define more than one with SpServices, jQuery

I am not sure if this is the correct way of defining two orderby's in the query as I could not find the documentation regarding this issue. Nor did this work as expected for me. I am trying this: var query = "
Jamie Hutber
  • 26,790
  • 46
  • 179
  • 291
2
votes
1 answer

Get Page owner contact email and display in SharePoint 2010 Masterpage

I've built out a solution with multiple masterpages/page layouts as features for a set of SharePoint 2010 publishing site collections. One consistent request is to be able to grab the page owner contact email and display it in the footer of the…
1
vote
1 answer

How to Make Script Flexible when New Item is Loaded in SharePoint Folder

I am seeking help with my JavaScript script to make it expandable when a new item (video) is added to my SharePoint folder. I created a counter that counts each time the video button is selected and displays the new count inside a div. The script…
TonyT
  • 407
  • 4
  • 19
1
vote
1 answer

Interaction of executeOrDelayUntilScriptLoaded and