New Comment on "$().SPServices.SPAutocomplete"
Hi, Is there a way to control to limit the user to submit only the autocomplete suggested values. Since it is a text box the user can type his own text and save the item. I want to restrict it. Please...
View ArticleNew Post: SPServices Simple HTML/JS Implementation Returns Error
haifabaluyos:The basic instructions are at the bottom of the main documentation page, and each function and Web Services has pretty thorough documentation as well.You've said that you're getting an...
View ArticleNew Post: SPServices Search Service to call Related Search Queries
James:You'll have to be a little more specific. Assuming that you are talking about SharePoint 2010, he Related Queries results are provided by a Web Part. The only operations which are available via...
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 ArticleCommented Issue: SPServices 0.7.2 compatibility issues with JQuery 1.9.0 [10118]
There are a number of compatibility issues with SPServices 0.7.2 and JQuery 1.9.0.Some have been highlighted in this issue:http://spservices.codeplex.com/workitem/10117Another is the use...
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 ArticleCommented Issue: Syntax error, unrecognized expression [10117]
On SP2010 getting "Syntax error, unrecognized expression" with latest version of JQuery library and lastest SPServices when calling: var userName = $().SPServices.SPGetCurrentUser({ fieldName:...
View ArticleCommented Issue: SPServices 0.7.2 compatibility issues with JQuery 1.9.0 [10118]
There are a number of compatibility issues with SPServices 0.7.2 and JQuery 1.9.0.Some have been highlighted in this issue:http://spservices.codeplex.com/workitem/10117Another is the use...
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: SPService Fetch data problem
Hi I am using spservice to fetch data from sharepoint list. My User Skills list have thousands of record. But my query returns only 10-12 records.For fetching 10 records it takes 15-20 second time to...
View ArticleNew Post: SPService Fetch data problem
shraddhashah:Generally speaking, the Web Services are far faster than the UI, so your performance problem sounds like it is either the farm itself or maybe the versions of the jQuery librarires you are...
View ArticleNew Post: Creating a farm wide tree view
I'm in the need to create a farm wide tree view, which would allow a user to select a list in potentially another web app/site col/web.i.e.FarmSite Col 2Web 1List Web 2Web 1List List Web 5List Site Col...
View ArticleNew Post: SPService Fetch data problem
<p>As a point of reference, I run GetListItems operations (with a CAMLQuery option) on a list that has more than 12,000 records quite regularly. The query returns a set of 1-15 records...
View ArticleNew Post: Creating a farm wide tree view
David:There's no SOAP Web Service which would allow you to traverse Site Collections, so SPServices can't help from that perspective.Howver, what about using the Search Web Service to grab the children...
View ArticleNew Post: Creating a farm wide tree view
Thanks Marc, that's what I'm seeing too. I'm handing it in C#, and might just dump the top level (farm/webapps/sitecols) and then look at jQuery calls to populate the rest.Thanks a lot!
View ArticleNew Post: SPXmlToJson - wrapping the returned Title with a custom URL...
Alan:This should do it: var x = $(xData.responseXML).SPFilterNode("z:row").SPXmlToJson({ mapping: { ows_Created: {mappedName: "Created", objectType: "Text"}, ows_LinkTitle: {mappedName: "LinkedTitle",...
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: SPService Fetch data problem
Hi sympmarc, Thanks for replay. I am using jquery.SPServices-0.7.2.js and jquery-1.6.4.min.js version. I have near around 3 lake data in list. But my query returns only 15 records. To fetch 15 records...
View Article