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

Sorting a JScript Array on a String Field with leading No.s

I have a JS object, with an internal array of another JS object. The internal onw is like function outerObj() { this.items = new Array(); this.clear = function () { this.items = new Array(); } function __item(v1, v2, v3, v4)…
Brian Wren
  • 367
  • 5
  • 15
0
votes
1 answer

SPServices Get number of ListItems with the same titles

What i need is to find all list items with the same title using SPServices. I've made a CAML query from TextBox1 but have no idea what to do next. My question is: how do I change this code to accomplish my goal?