Tagged Questions
0
votes
1answer
415 views
SPServices: How would I add Ascending=False to CAML in GetListItems
How would I use SPServices GetListItems and still be able to add Ascending=False to the CAMLViewFields? I haven't used this for long and I am just wondering if this is possible?
Thanks as always!
0
votes
1answer
1k views
Get URL of image from Picture Library using CAML
How is it possible to get the URL of an image that is stored in a Picture Library using CAML?
Currently, I've made a CAML Query and run it in the U2U CAML Query Builder, and am seeing values like ...
1
vote
1answer
301 views
CAML query and jQuery to retrieve last item's fields
I want to get list item fields where its the last item that the same user created.
Then I want to populate the newform.aspx with some of these items.
I'm mainly stuck with the query and how to write ...
0
votes
1answer
1k views
How can I pass a Query String variable into the CAML of a jQuery script?
I'm using Marc's SPServices jQuery library - the SPFilterDropDown script - to filter the items in a Lookup multi-select field on a New Item DVWP. It works fine if I stick some static text in there - ...
0
votes
2answers
327 views
Add Timespan to DateTime Column via SPServices (jquery)
I want to increase and decrease a DateTime column from a specific list with jquery and SPServices.
Normaly I should first receive the original datatime and then add the timespan and after that save ...
0
votes
5answers
4k views
Jquery to get list items from sharepoint list
I have a work from my time to use jquery with sharepoint. I have written the code to get list items. When I run in IE it dosen't show any errors to me, but I am not getting the results. Can any one ...
0
votes
1answer
2k views
How to get Highest ID using CAML and JQuery
I am using a web service and am trying to return the highest ID number from the Posts list with viewname {B9212691-1AF1-41AF-9DA7-6073ADDB091B}. So far I have the following.
<script ...
1
vote
3answers
757 views
Showing the current user's tasks in a Content Editor Web Part using JQuery
I have been searching this site for an answer but I have been unable to find anything that will work.
I have been trouble pulling the tasks of the current user from a subsite. I am using SharePoint ...