New Post: GetListItems
The result attributes will all have ows_ as prefixes. So if your column's StatisName were "MyName", you'd use $(this).attr("ows_MyName". M.
View ArticleCreated Unassigned: Unnecessary $().SPServices.SPGetCurrentSite() [10255]
Today while working on performance for an active project, I noticed an unexpected blocking call being made by SPServices. I tracked it down to the logic that determines the URL of the current site. It...
View ArticleUpdated Wiki: $().SPServices.SPGetListItemsJson
Function$().SPServices.SPGetListItemsJsonCertificationFunctionalitySPGetListItemsJson combines several SPServices capabilities into one powerful function. By calling GetListItemChangesSinceToken,...
View ArticleNew Post: Document set - new content type
Hi , I created a new content type using document set as parent. I want to use spservices to create my custom form using jquery to create and update the doc lib columns which is using the new content...
View ArticleNew Post: JQuery 1.11 and/or 2.1.0 - Compatible?
Just curious on the state of the current release and if it's compatible with 1.11 now, thanks.
View ArticleNew Post: JQuery 1.11 and/or 2.1.0 - Compatible?
It should be. I haven't done any specific testing, but I haven't heard any complaints. either. M.
View ArticleNew Post: JQuery 1.11 and/or 2.1.0 - Compatible?
Ah, you had 2.1.0 in the title. I expect that 1.11 won't cause any problems. I still recommend the 1.x branch because most SharePoint shops still have some older browsers hanging around. The 2.x branch...
View ArticleNew Post: UpdateListItem in (User Information List)
Hi, I'm working on a user administration page to ease the permissions management on our site. I'm running into an issue using UpdateListItems in conjunction with the User Information List. We have...
View ArticleNew Post: UpdateListItem in (User Information List)
Never mind, removed ows_ from the value pair... :P
View ArticleNew Post: GetListItems
Ok I am almost to the finish line. You have been a huge help. Last question. I get the column My issue is I get the information on the column that is on input. I want to get it from an all items view....
View ArticleNew Post: Document set - new content type
Kourara wrote: Hi , I created a new content type using document set as parent. I want to use spservices to create my custom form using jquery to create and update the doc lib columns which is using the...
View ArticleNew Post: UpdateListItem in (User Information List)
Will it work for document set as well?? I have a document library with doc set as content type- can spservices be used there for updating properties
View ArticleNew Post: Document set - new content type
I think I've done this in the past, but I couldn't swear to it. The Document Set Content Type is actually a glorified folder. That probably means that you'll need to use the FSObjType to filter for it. M.
View ArticleCommented Unassigned: SPCascadeDropdowns and Required Lookup not working [10250]
Dears,As i mentioned at the Resolved issue, this still not working.Looking at the source code, you use:$("select:regex(id, (" + colStaticName + ")(_)[0-9a-fA-F]{8}(-))")This is not going to work for me...
View ArticleNew Post: editform.aspx, extra submit button
In this form there is the SharePoint:SaveButton and the SharePoint:GoBackButton. I've added a new button called Submit. In the onclick, I present a question and if answered in the affirmative, I'd like...
View ArticleNew Post: GetListItems
ok I have a field Called category image. On input it asks for 2 urls. One to a image and the second to a link. on display of the field it is a clickable image that will take the user to a view of...
View ArticleNew Post: GetListItems and Update List Items
I know I was looking for a long time on how to get data from one list to another so I thought I might post what ended up working for me. I used two functions one to grab all of the data and the other...
View ArticleNew Post: editform.aspx, extra submit button
You don't need a new button to do this. You can use the function "PreSaveAction()" to handle form validations, confirmations, etc. after the user clicks the normal save button on the form. SharePoint...
View Article